PaymentElement assumes next step should be 'complete'

Created on 27 March 2025, 10 days ago

Problem/Motivation

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.

Proposed resolution

Redirect to the first step after payment, rather than assuming that should be 'complete'.

Remaining tasks

User interface changes

None.

API changes

None.

Data model changes

None.

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom jonathanshaw Stroud, UK

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024