Skip to content

Fix stripe on d8 webforms

jitendra requested to merge jitendra/stripe:d8fix into master

Stripe on d8 webform ends up with paymentintent ID missing error. If debugging is enabled, the console displays an error message "No submit button found!" evethough submit button exist on the webform.

This PR fixes the loading of submit button and also fixes the payment error. The webform is submitted and payment is processed correctly.

Merge request reports