You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when you send a POST request to the /orders/ endpoint, you don't get an order number. If a customer wants to look up their order, they'd need some kind of ID.
Need to figure out how to modify the existing logic to return a randomized, 10 digit number to the user.
The text was updated successfully, but these errors were encountered:
Currently, when you send a POST request to the
/orders/
endpoint, you don't get an order number. If a customer wants to look up their order, they'd need some kind of ID.Need to figure out how to modify the existing logic to return a randomized, 10 digit number to the user.
The text was updated successfully, but these errors were encountered: