Created
December 14, 2015 21:10
-
-
Save Mozu-CS/b8f8e67887e99e9f761f to your computer and use it in GitHub Desktop.
Logging the order model from Arc.js
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
| module.exports = function(context, callback) { | |
| console.log(context.get.order().items); | |
| callback(); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment