GX-Bug #52782 » PayPalInstallmentFix.patch
src/system/classes/external/paypal3/PayPalInstallments.inc.php (revision ) | ||
---|---|---|
16 | 16 |
$financingOptions = json_encode([ |
17 | 17 |
'financing_country_code' => $country, |
18 | 18 |
'transaction_amount' => [ |
19 |
'value' => $amount,
|
|
19 |
'value' => ceil($amount),
|
|
20 | 20 |
'currency_code' => $currency, |
21 | 21 |
], |
22 | 22 |
]); |