Based on https://www.drupal.org/project/commerce/issues/2890727.
We have custom PaymentInformation and PaypmentProcess Panes in place.
The default panes are in disabled area. Therefore it is not possible to save the checkoutflow anymore.
Proposed solution: check for _disabled step_id in pane configuration in order to avoid that.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | commerce_payment-3050770-7.patch | 1.12 KB | jsacksick |
| #2 | 3050770-1.patch | 949 bytes | carsteng |
Comments
Comment #2
carsteng commentedAttaching the patch.
Comment #3
carsteng commentedComment #4
jsacksick commentedThe patch should also cover the case where either one of the 2 panes isn't even present.
The attached patch should also cover that and skip validation if:
Comment #5
jsacksick commentedForgot to attach the patch...
Comment #6
jsacksick commentedAlternative version.
Comment #7
jsacksick commentedSorry the patch in #6 isn't correct, here's a new one.
Comment #8
bojanz commentedBetter title.
Comment #9
astringer commentedConfirming, the patch from #7 worked for me.
Comment #11
bojanz commentedCommitted, thanks everyone.