Last active
November 22, 2023 20:48
-
-
Save stewones/9cd27468effe246a2bfa81256bf6e559 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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