diff --git a/wordpress/wp-content/plugins/idcommerce/js/idcommerce.js b/wordpress/wp-content/plugins/idcommerce/js/idcommerce.js index 48c3c3f1ab6e43e1e49c39b82c156e09467645cd..f6eb3944d1c9b26d159de0b1f8b494b797ed49bd 100644 --- a/wordpress/wp-content/plugins/idcommerce/js/idcommerce.js +++ b/wordpress/wp-content/plugins/idcommerce/js/idcommerce.js @@ -102,7 +102,7 @@ jQuery(document).ready(function() { else if (mc == '1' && type !== 'recurring') { jQuery("#payment-form #pay-with-paypal").remove(); jQuery("#payment-form #id-main-submit").text(idc_localization_strings.complete_checkout); - jQuery("#payment-form #id-main-submit").attr("name", "submitPaymentMC"); + jQuery("#payment-form #id-main-submit").attr("name", "submitPaymentStripe"); jQuery("#finaldescStripe").hide(); jQuery("#finaldescPayPal").hide(); jQuery("#finaldescCredits").hide(); diff --git a/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php b/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php index 4f5a09e8aa5ef2f852bf9c3715130e1dbd2bad99..dfa63ca6cff8d8aa02732923d0c885a7ec6a8b00 100644 --- a/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php +++ b/wordpress/wp-content/themes/backer/includes/ignitiondeck-templates/_checkoutForm.php @@ -131,7 +131,7 @@