From a382653a4c77843b77e6d1d1eeaad774406aabc4 Mon Sep 17 00:00:00 2001 From: henrik-ecomatic Date: Tue, 26 Nov 2019 10:52:47 +0100 Subject: [PATCH] M1BC-17 [BUGFIX] temporary fix for getpaymentplans after api change --- app/code/community/Billmate/PartPayment/Helper/Data.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/code/community/Billmate/PartPayment/Helper/Data.php b/app/code/community/Billmate/PartPayment/Helper/Data.php index ca70aee..4da88cf 100644 --- a/app/code/community/Billmate/PartPayment/Helper/Data.php +++ b/app/code/community/Billmate/PartPayment/Helper/Data.php @@ -136,6 +136,7 @@ public function savePclasses($countrycode, $lang, $store = false) "currency"=>$currency,//SEK "country"=>strtolower($countrycode),//Sweden "language"=>$lang,//Swedish + "totalwithtax"=> "550000", ); $eid = (int)Mage::getStoreConfig('billmate/credentials/eid');