Last active
August 29, 2015 14:16
-
-
Save tomchentw/9899ac67fce64d301687 to your computer and use it in GitHub Desktop.
flux-comparison:yahoo-fluxible
https://github.com/voronianski/flux-comparison
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| '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