- 🇺🇸United States ericjenkins
Re-rolled
3145982-2.patch
for Commerce Core 3.1.0 compatibility: 3145982-7.patch →Re-roll diff: reroll_diff_2-7.txt →
- 🇮🇱Israel jsacksick
Just closed ✨ Allow the PaymentProcess pane to work even without PaymentInformation Active as a duplicate.
Several comments / thoughts:
- Regarding the
getErrorStepId()
method, perhaps we could simply fallback to the previous step ID in case the payment information pane is missing? - Regarding isVisible(), well maybe we should not tie the visibility logic to the presence of the payment information pane? If the payment process pane is added to the checkout flow, then perhaps we can/should assume that a payment should be processed? If no payment should be processed, then I think the right thing to do would be to remove the pane from the checkout flow?
- One option that wasn't considered either could be to make this configurable via a setting that would default to "payment_information"? Though this is likely not something that makes sense to be exposed in the UI.
- Regarding the