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