Skip to content

Instantly share code, notes, and snippets.

@ashugupt
Created June 20, 2018 10:36
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 ashugupt/81f0b72ba57fce7362a7e9d9b1011c61 to your computer and use it in GitHub Desktop.
Save ashugupt/81f0b72ba57fce7362a7e9d9b1011c61 to your computer and use it in GitHub Desktop.
{
"before": {
"shipment_id": 1,
"from": "Delhi",
"to": "Chennai",
"total_amount": 15600.00
},
"after": {
"shipment_id": 1,
"from": "Delhi",
"to": "Bangalore",
"total_amount": 17700.00
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment