Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
afterGetCart
Browse files Browse the repository at this point in the history
  • Loading branch information
humancopy committed May 20, 2016
1 parent d1ebe56 commit fd1b169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/ajax-cart.js.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ ShopifyAPI.getCart = function(callback) {
else {
ShopifyAPI.onCartUpdate(cart);
}
$(document.body).trigger('afterGotCart.ajaxCart', cart);
$(document.body).trigger('afterGetCart.ajaxCart', cart);
});
};

Expand Down

0 comments on commit fd1b169

Please sign in to comment.