Fix for cartLoad
This commit is contained in:
@@ -2875,8 +2875,7 @@ var CartStore = _.extend({}, EventEmitter.prototype, {
|
||||
deliveryCosts: _deliveryCosts,
|
||||
destinationValid: isDeliveryDestinationValid(),
|
||||
address_colapsed: _addressColapsed,
|
||||
deliveryCostsTarget: getDeliveryCostTarget(),
|
||||
cart: _cart
|
||||
deliveryCostsTarget: getDeliveryCostTarget()
|
||||
};
|
||||
return state;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user