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
Describe the bug
I'm trying to execute the fillCart mutation with one invalid coupon code and it doesn't return the errors.
To Reproduce
Execute the following mutation. In my case, I've created a coupon "somecode" with a minimum price of 500€. The product with the ID 2610 costs 366,12€ so the coupon is invalid in that case.
Describe the bug
I'm trying to execute the fillCart mutation with one invalid coupon code and it doesn't return the errors.
To Reproduce
Execute the following mutation. In my case, I've created a coupon "somecode" with a minimum price of 500€. The product with the ID 2610 costs 366,12€ so the coupon is invalid in that case.
Expected behavior
It should fill the cartErrors field with the error message. Instead, it returns the following response:
Desktop (please complete the following information):
Plugin Versions
The text was updated successfully, but these errors were encountered: