Paypal Standard re-factoring

This commit is contained in:
cuneytsenturk
2018-12-18 13:02:40 +03:00
parent df5eb71cbb
commit a1756a6219
26 changed files with 42 additions and 87 deletions

View File

@ -0,0 +1,21 @@
<?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',
];