Projekt

Allgemein

Profil

GX-Bug #52782 » PayPalInstallmentFix.patch

Till Tepelmann, 11.08.2017 12:48

Unterschiede anzeigen:

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
			]);
    (1-1/1)