From 87441c4d7303ea66b778d65719bee54d38e88b57 Mon Sep 17 00:00:00 2001 From: Christian Hofer Date: Wed, 25 May 2016 14:48:38 +0200 Subject: [PATCH] Fixed typo --- .../models/wirecardcheckoutseamlessfrontend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wirecard/checkoutseamless/models/wirecardcheckoutseamlessfrontend.php b/modules/wirecard/checkoutseamless/models/wirecardcheckoutseamlessfrontend.php index fb059d3..01bc2f5 100644 --- a/modules/wirecard/checkoutseamless/models/wirecardcheckoutseamlessfrontend.php +++ b/modules/wirecard/checkoutseamless/models/wirecardcheckoutseamlessfrontend.php @@ -355,7 +355,7 @@ public function setBasket(oxOrder $oOrder, $paymentType) 'discount' => array( 'description' => $oLang->translateString('DISCOUNT', $iLangId), 'vat' => 0, - 'price' => $oOrder->oxorder_oxdiscount->rawValue * -1 + 'price' => $oOrder->oxorder__oxdiscount->rawValue * -1 ), );