added some models, started creating delivery destination state
This commit is contained in:
@@ -8,5 +8,6 @@ module.exports = keyMirror({
|
||||
// and not just decrease count by 1
|
||||
TAKE_ITEM_OUT: null ,
|
||||
CART_DATA_LOADED: null,
|
||||
SAVE_CART_STATE_FOR_ITEM: null
|
||||
SAVE_CART_STATE_FOR_ITEM: null,
|
||||
CHANGE_DELIVERY_DESTINATION_PROPERTY: null
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user