From b1451fed852b31b1ede218b2a42d665209a557dd Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Mon, 21 May 2012 09:58:45 +0000 Subject: [PATCH] // Remove unusefull assignation git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15486 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/PaymentModule.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/classes/PaymentModule.php b/classes/PaymentModule.php index 1de75f847..2031b1ff5 100644 --- a/classes/PaymentModule.php +++ b/classes/PaymentModule.php @@ -119,8 +119,6 @@ abstract class PaymentModuleCore extends Module $id_currency = $currency_special ? (int)$currency_special : (int)$cart->id_currency; $currency = new Currency($id_currency); - $cart->order_reference = $reference; - $order_creation_failed = false; $cart_total_paid = (float)Tools::ps_round((float)$cart->getOrderTotal(true, Cart::BOTH), 2);