Created
November 6, 2015 22:24
-
-
Save allenmichael/58b6a1540665f0e93ced 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