cart now functional without bugs (at least the ones we know about)
fixed a small issue with ItemGroup REST call
This commit is contained in:
@@ -49,6 +49,13 @@ var CartActions = {
|
||||
actionType: CartConstants.TAKE_ITEM_OUT,
|
||||
itemId: id
|
||||
});
|
||||
},
|
||||
setItemCount: function(itemId, count) {
|
||||
AppDispatcher.handleAction({
|
||||
actionType: CartConstants.SET_ITEM_COUNT,
|
||||
itemId: itemId,
|
||||
count: count
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user