address saving now works - masallah, la hawle we la kuwette ila billah :)

This commit is contained in:
Senad Uka
2015-02-27 07:33:17 +01:00
parent 1ca7d4509a
commit 2b1d0fbbc1
3 changed files with 29 additions and 25 deletions

View File

@@ -40,7 +40,7 @@ var CartActions = {
changeDeliveryDestinationProperty: function(property, value) {
AppDispatcher.handleAction({
actionType: CartConstants.CHANGE_DELIVERY_DESTINATION_PROPERTY,
property: property,
propertyName: property,
value: value
});
},