Skip to content

Instantly share code, notes, and snippets.

@MyFRA
Last active August 2, 2022 02:36
Show Gist options
  • Save MyFRA/4ea806e84a703d405f52e583bfa97086 to your computer and use it in GitHub Desktop.
Save MyFRA/4ea806e84a703d405f52e583bfa97086 to your computer and use it in GitHub Desktop.
status: ['accepted', 'declined', 'waiting']
{
"data": {
"product_status": ?,
"product_name": "Laptop",
"product_price": 12000,
"product_img": "https://static.wixstatic.com/media/2cd43b_8ba844fdf6e048f6ad77f6a3c71fe22d~mv2.png/v1/fill/w_320,h_245,q_90/2cd43b_8ba844fdf6e048f6ad77f6a3c71fe22d~mv2.png",
"product_tracks": [
{
"transit": "Jakarta",
"date": "2022-09-21 08:30:12",
"receipt_number": "0sn538b35",
"status": "active"
}
]
}
}
@MyFRA
Copy link
Author

MyFRA commented Aug 1, 2022

headers: {
Authorization: 'Bearer ' + token
}

QueryParam: {
transaction_id: '143nfds834'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment