Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-chofer committed May 25, 2016
1 parent ba8b3b4 commit 87441c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
);

Expand Down

0 comments on commit 87441c4

Please sign in to comment.