Skip to content
Snippets Groups Projects
Commit 4cc824c6 authored by eileen's avatar eileen
Browse files

Fix rc regression - js error on autorenew checkbox

This commit
https://github.com/civicrm/civicrm-core/pull/19647/commits/cfab7c9d1dc5d1e8438131354685928cd9da3877 renamed membershipType to membershipTypeID but missed this spot,
resulting in js errors on the new membership by credit card form
parent 3c299b5b
Branches
Tags
No related merge requests found
......@@ -528,7 +528,7 @@
buildAutoRenew( null, null, '{$membershipMode}');
{/if}
{literal}
function buildAutoRenew( membershipType, processorId, mode ) {
function buildAutoRenew(membershipTypeID, processorId, mode ) {
var action = {/literal}'{$action}'{literal};
//for update lets hide it when not already recurring.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment