- Issue created by @jonathanshaw
- Merge request !166#3515814: StripePaymentElement assumes next step is 'complete' β (Open) created by jonathanshaw
It's not unreasonable to want to have steps at the end of the checkout that gather information from the customer that is useful but not critical to fulfilling their order. In these cases it makes sense for the order to be paid and placed part-way through the checkout, once only the critical steps have been completed, in case the customer fails to go through all later non-critical steps. For example, #3047103: Make it easier to use checkout with non-draft orders β made a change in commerce core to make this easier.
The StripePaymentElement gateway redirects the checkout in its onReturn method. There may be a good reason of sorts for this, in order to avoid the payment step which isn't relevant when using this gateway. (although the default payment_process pane does nothing if the order is already paid, so I'm not really sure how necessary it is).
The problem is that the StripePaymentElement assumes that the next step is 'complete', blocking the possiblity of any other steps after payment but before complete.
Redirect to the first step after payment, rather than assuming that should be 'complete'.
None.
None.
None.
Active
2.0
Code