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

No payment creation prevention without shipping method set #5444

Closed
orzechdev opened this issue Apr 6, 2020 · 0 comments · Fixed by #5606
Closed

No payment creation prevention without shipping method set #5444

orzechdev opened this issue Apr 6, 2020 · 0 comments · Fixed by #5606
Assignees
Labels
graphql Issues related to the GraphQL API in progress

Comments

@orzechdev
Copy link
Contributor

What I'm trying to achieve

I'm trying to create payment with products which requires shipping and without any shipping method selected and therefore I'm expecting to get an error and be not able to create payment. Although the payment is created and no error is returned.

Steps to reproduce the problem

  1. Add products to cart, which requires shipping.
  2. Set shipping address.
  3. Set billing address.
  4. Create checkout.
  5. Create payment --> no error was returned.

What I expected to happen

Error returned by checkoutPaymentCreate when shipping method is not set.

Screenshots

Zrzut ekranu 2020-04-6 o 14 54 30

System information
Operating system: MacOS 10.15.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graphql Issues related to the GraphQL API in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants