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');