We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce.
POST
/products/{id}/add_to_order
/orders/current
PUT
/orders/{id}/complete
paymentTypeId
Dev Notes: Check the complete method
complete
The text was updated successfully, but these errors were encountered:
ldimbe20
No branches or pull requests
Steps to reproduce.
POST
request to/products/{id}/add_to_order
/orders/current
, note the id in the responsePUT
request to/orders/{id}/complete
with the id of the order andpaymentTypeId
Dev Notes: Check the
complete
methodThe text was updated successfully, but these errors were encountered: