2018-12-18 13:02:40 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2019-11-16 10:21:14 +03:00
|
|
|
'name' => 'PayPal Standard',
|
|
|
|
'description' => 'Enable the standard payment option of PayPal',
|
2018-12-18 13:02:40 +03:00
|
|
|
|
|
|
|
'form' => [
|
2019-11-16 10:21:14 +03:00
|
|
|
'email' => 'Email',
|
|
|
|
'mode' => 'Mode',
|
|
|
|
'debug' => 'Debug',
|
|
|
|
'transaction' => 'Transaction',
|
|
|
|
'customer' => 'Show to Customer',
|
|
|
|
'order' => 'Order',
|
2018-12-18 13:02:40 +03:00
|
|
|
],
|
|
|
|
|
2019-11-16 10:21:14 +03:00
|
|
|
'test_mode' => 'Warning: The payment gateway is in \'Sandbox Mode\'. Your account will not be charged.',
|
|
|
|
//'description' => 'Pay with PAYPAL',
|
2018-12-18 13:02:40 +03:00
|
|
|
|
|
|
|
];
|