Skip to content
New issue

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

Bug: Orders are not being completed #1

Open
hannahhall opened this issue Feb 27, 2022 · 0 comments
Open

Bug: Orders are not being completed #1

hannahhall opened this issue Feb 27, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@hannahhall
Copy link

Steps to reproduce.

  1. Add a token to the docs
  2. Create a payment type for the user
  3. Add a product to an order by sending a POST request to /products/{id}/add_to_order
  4. Get the users current order from /orders/current, note the id in the response
  5. Make a PUT request to /orders/{id}/complete with the id of the order and paymentTypeId
  6. Repeat steps 3 and 4
  7. Step 4 should return a different id

Dev Notes: Check the complete method

@hannahhall hannahhall added the bug Something isn't working label Feb 27, 2022
@ldimbe20 ldimbe20 self-assigned this Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants