Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save allenmichael/58b6a1540665f0e93ced to your computer and use it in GitHub Desktop.
Save allenmichael/58b6a1540665f0e93ced to your computer and use it in GitHub Desktop.
Logging the order model from Arc.js
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