Skip to content

Instantly share code, notes, and snippets.

@Mozu-CS
Created December 14, 2015 21:10
Show Gist options
  • Select an option

  • Save Mozu-CS/b8f8e67887e99e9f761f to your computer and use it in GitHub Desktop.

Select an option

Save Mozu-CS/b8f8e67887e99e9f761f 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