Skip to content

Instantly share code, notes, and snippets.

@tomchentw
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save tomchentw/9899ac67fce64d301687 to your computer and use it in GitHub Desktop.

Select an option

Save tomchentw/9899ac67fce64d301687 to your computer and use it in GitHub Desktop.
'use strict';
module.exports = function (context, payload, done) {
context.dispatch('ADD_TO_CART', {product: payload.product});
done();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment