Skip to content

Fix recurring contribution issue on drupal webform

revati_gawas requested to merge revati_gawas/stripe:webformRecur into master

Problem

Issue: #135 (closed) The problem was when trying to submit recurring contribution webform, the recurring value doesn't get set as true on form submit and cause of that paymentMethodID doesn't get attach to stripe submit handler in civicrm_stripe.js file and hence the form isn't submitted.

Solution

Given patch solve the above issue.

Merge request reports