Add Recipient destination model and functionality on front end
This commit is contained in:
@@ -47,6 +47,13 @@ var CartActions = {
|
||||
value: value
|
||||
});
|
||||
},
|
||||
changeRecipientDestinationProperty: function(property, value) {
|
||||
AppDispatcher.handleAction({
|
||||
actionType: CartConstants.CHANGE_RECIPIENT_DESTINATION_PROPERTY,
|
||||
propertyName: property,
|
||||
value: value
|
||||
});
|
||||
},
|
||||
confirmDelivery: function() {
|
||||
AppDispatcher.handleAction({
|
||||
actionType: CartConstants.CONFIRM_DELIVERY,
|
||||
@@ -75,4 +82,4 @@ var CartActions = {
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = CartActions;
|
||||
module.exports = CartActions;
|
||||
|
||||
Reference in New Issue
Block a user