21 lines
588 B
PHP
21 lines
588 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'name' => 'PayPal Standard',
|
|
'description' => 'Aktivizoni opsionin standard të pagesës së PayPal',
|
|
|
|
'form' => [
|
|
'email' => 'Email',
|
|
'mode' => 'Modë',
|
|
'debug' => 'Debugim',
|
|
'transaction' => 'Transaksion',
|
|
'customer' => 'Trego tek Klienti',
|
|
'order' => 'Porosi',
|
|
],
|
|
|
|
'test_mode' => 'Kujdes: Porta e pagesës është në \'Modalitetin Sandbox\'. Llogaria jote nuk do të ngarkohet.',
|
|
//'description' => 'Pay with PAYPAL',
|
|
|
|
];
|