Closed (fixed)
Project:
Commerce Webform Order
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2025 at 14:30 UTC
Updated:
19 Sep 2025 at 15:04 UTC
Jump to comment: Most recent

Comments
Comment #3
idebr commentedSettings to 'Needs work' to fix the test failures
Comment #4
divyansh.gupta commentedWorking on it!!
Comment #5
divyansh.gupta commentedMade some changes in tests, now the pipeline's all green,
Please review!!
Comment #6
facine commentedThe logic is fine, what is wrong is the comment. If the commerce_payment module does not exist we cannot process payments.
The wrong comment is in the checkout pane.
The fix should be:
- Update the comment in: \Drupal\commerce_webform_order\Plugin\Commerce\CheckoutPane\PaymentProcess
- Make sure that only one of the two checkout panes is active in the checkout flow.
Thanks for reporting the issue.
Comment #7
divyansh.gupta commentedMade some changes.
Please review
Comment #9
facine commentedMerged! It looks great, thanks @divyanshgupta