webform_civicrm: Ongoing recurring payments with civicrm_webform and stripe
View options
- Truncate descriptions
Creating recurring contributions with stripe via drupal webform works, but it currently requires the number of installments
field to be greater than 1 in order for Stripe to recognize it as recurring. However, in civi you can create recurring contributions with number of installments set to 0, which indicates a recurring contribution that will continue until canceled. I'm wondering if there's a reason that 0 installments is not recognized as recurring here, or else if this is something that should be fixed.
The line doing the check for number of installments for drupal webforms is here: https://lab.civicrm.org/extensions/stripe/-/blob/master/js/civicrm_stripe.js#L609
- Show labels
- Show closed items