From 2534ee71e148465809139b365fb70fe8ab7cd84f Mon Sep 17 00:00:00 2001 From: "adam.harbas@a-net.ba" Date: Tue, 16 Feb 2016 14:34:29 +0100 Subject: [PATCH] Fix for cartLoad --- front-ui/app/stores/cartStore.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/front-ui/app/stores/cartStore.js b/front-ui/app/stores/cartStore.js index dea9754..f72833f 100644 --- a/front-ui/app/stores/cartStore.js +++ b/front-ui/app/stores/cartStore.js @@ -2875,8 +2875,7 @@ var CartStore = _.extend({}, EventEmitter.prototype, { deliveryCosts: _deliveryCosts, destinationValid: isDeliveryDestinationValid(), address_colapsed: _addressColapsed, - deliveryCostsTarget: getDeliveryCostTarget(), - cart: _cart + deliveryCostsTarget: getDeliveryCostTarget() }; return state; },