fixed bug with address from a logged in user staying after logout
This commit is contained in:
@@ -41,8 +41,8 @@ var loadCart = function() {
|
||||
success: function() {
|
||||
CartActions.dataLoaded();
|
||||
}
|
||||
})
|
||||
if (!_deliveryDestination.get('id')) {
|
||||
});
|
||||
|
||||
_deliveryDestination.fetch({
|
||||
success: function() {
|
||||
validateDeliveryDestinationForm();
|
||||
@@ -50,7 +50,7 @@ var loadCart = function() {
|
||||
CartActions.dataLoaded();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user