address saving almost works
This commit is contained in:
@@ -43,6 +43,11 @@ var CartActions = {
|
||||
property: property,
|
||||
value: value
|
||||
});
|
||||
},
|
||||
confirmDelivery: function() {
|
||||
AppDispatcher.handleAction({
|
||||
actionType: CartConstants.CONFIRM_DELIVERY,
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user