@@ -80,7 +80,7 @@ |
||
80 | 80 | */ |
81 | 81 | $lang = array_merge($lang, array( |
82 | 82 | 'PPDE_DONORS' => array( |
83 | - 1 => '%d donateur', // 1 |
|
83 | + 1 => '%d donateur', // 1 |
|
84 | 84 | 2 => '%d donateurs', // 2+ |
85 | 85 | ), |
86 | 86 | )); |
@@ -80,7 +80,7 @@ |
||
80 | 80 | */ |
81 | 81 | $lang = array_merge($lang, array( |
82 | 82 | 'PPDE_DONORS' => array( |
83 | - 1 => '%d donor', // 1 |
|
83 | + 1 => '%d donor', // 1 |
|
84 | 84 | 2 => '%d donors', // 2+ |
85 | 85 | ), |
86 | 86 | )); |
@@ -42,16 +42,16 @@ |
||
42 | 42 | * |
43 | 43 | */ |
44 | 44 | private static $paypal_vars_table = array( |
45 | - array('name' => 'confirmed', 'default' => false), // Used to check if the payment is confirmed |
|
46 | - array('name' => 'exchange_rate', 'default' => ''), // Exchange rate used if a currency conversion occurred |
|
47 | - array('name' => 'mc_currency', 'default' => ''), // Currency |
|
48 | - array('name' => 'mc_gross', 'default' => 0.00), // Amt received (before fees) |
|
49 | - array('name' => 'mc_fee', 'default' => 0.00), // Amt of fees |
|
50 | - array('name' => 'payment_status', 'default' => ''), // Payment status. e.g.: 'Completed' |
|
45 | + array('name' => 'confirmed', 'default' => false), // Used to check if the payment is confirmed |
|
46 | + array('name' => 'exchange_rate', 'default' => ''), // Exchange rate used if a currency conversion occurred |
|
47 | + array('name' => 'mc_currency', 'default' => ''), // Currency |
|
48 | + array('name' => 'mc_gross', 'default' => 0.00), // Amt received (before fees) |
|
49 | + array('name' => 'mc_fee', 'default' => 0.00), // Amt of fees |
|
50 | + array('name' => 'payment_status', 'default' => ''), // Payment status. e.g.: 'Completed' |
|
51 | 51 | array('name' => 'settle_amount', 'default' => 0.00), // Amt received after currency conversion (before fees) |
52 | 52 | array('name' => 'settle_currency', 'default' => ''), // Currency of 'settle_amount' |
53 | - array('name' => 'test_ipn', 'default' => false), // Used when transaction come from Sandbox platform |
|
54 | - array('name' => 'txn_type', 'default' => ''), // Transaction type - Should be: 'web_accept' |
|
53 | + array('name' => 'test_ipn', 'default' => false), // Used when transaction come from Sandbox platform |
|
54 | + array('name' => 'txn_type', 'default' => ''), // Transaction type - Should be: 'web_accept' |
|
55 | 55 | array( // Primary merchant e-mail address |
56 | 56 | 'name' => 'business', |
57 | 57 | 'default' => '', |