Skip to content

Instantly share code, notes, and snippets.

@stewones
Last active November 22, 2023 20:48
Show Gist options
  • Save stewones/9cd27468effe246a2bfa81256bf6e559 to your computer and use it in GitHub Desktop.
Save stewones/9cd27468effe246a2bfa81256bf6e559 to your computer and use it in GitHub Desktop.
// your backend receives the orderId via POST/GET or whatever
// process it and returns something
{
response_or_anything: 'Thanks your order is on the way.'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment