Gift support changes
This commit is contained in:
@@ -47,13 +47,6 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user