22 lines
492 B
PHP
Raw Normal View History

2018-12-18 13:02:40 +03:00
<?php
return [
'title' => 'Paypal Standard',
'paypalstandard' => 'Paypal Standard',
'form' => [
'email' => 'Email',
'mode' => 'Mode',
'debug' => 'Debug',
'transaction' => 'Transaction',
'customer' => 'Show to Customer',
'order' => 'Order',
],
'test_mode' => 'Warning: The payment gateway is in \'Sandbox Mode\'. Your account will not be charged.',
'description' => 'Pay with PAYPAL',
'confirm' => 'Confirm',
];