Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@reinaldob
Created July 4, 2014 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reinaldob/ee1c6d999ef6b0be23dc to your computer and use it in GitHub Desktop.
Save reinaldob/ee1c6d999ef6b0be23dc to your computer and use it in GitHub Desktop.
Transforms
//nomustache
for(x in payload.shipment.items){
payload.shipment.items[x].line_number = x;
}
payload.shipment.status= "ready";
payload.shipment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment