#121 Fix auto-recurring membership payments
This fixes what I suspect is the same issue as #121 (closed), i.e. auto-recurring memberships currently fail with the error:
Unable to complete payment! Missing paymentMethodID.
To reproduce, create a contribution page for memberships, and enable auto-recurring on the membership.
This PR also adds support for inputs that may be hidden inputs (instead of a checkbox). It's a fairly common hack (at least for me) to hide quickform values with $e->freeze()
, for example, when we want to force auto-renew on a contribution page.
Question: what's the process to regenerate the minified JS file?
Merge request reports
Activity
added bug label
mentioned in issue #121 (closed)
added 2 commits
-
6a5666ff - 1 commit from branch
extensions:master
- d1aab466 - #121 (closed) Fix auto-recurring membership payments
-
6a5666ff - 1 commit from branch
Thanks @bgm I think this will please a few people :-)
Question: what's the process to regenerate the minified JS file?
@bgm Hmm.. load it into PHPStorm on my laptop and save! It would be nice to have a slightly more automated way of doing it :-)