Skip to content

Instantly share code, notes, and snippets.

@warrendholmes
Created October 30, 2015 11:24
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 warrendholmes/a03e56e51748caf1a605 to your computer and use it in GitHub Desktop.
Save warrendholmes/a03e56e51748caf1a605 to your computer and use it in GitHub Desktop.
{
"buyer_data":
{
"email": "string",
"first_name": "string",
"last_name": "string",
"order_id": "string",
"is_production": "string",
"action": "ACTION",
"products": [
{
"item_id": "string",
"item_price": "string",
"external_id": "string" //We need this field
}]
},
"signature": string"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment