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
Do you think this should come as an option like SHOP_DISABLE_PAYMENT_IF_ZERO or should it be skipped by default?
I noticed that if I pass an order with $0 using the Stripe payment handler, Stripe API returns an error Invalid positive integer, so I'm wondering if it should be enabled by default...
Eg, cart contains items that are $0, and shipping is free - in this case the payment step should be skipped.
Will involve tweaks to the structures that control the checkout steps, since one will be removed dynamically, which doesn't happen anywhere yet.
The text was updated successfully, but these errors were encountered: