Template:2012FR/Form-section/Processing/Default: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
add return false to donationForm.redirectPayment
old redirectPayment function no longer needed
Line 2: Line 2:
<script>
<script>
var donationForm = {};
var donationForm = {};

function redirectPayment (legacyPaymentMethod) {
return undefined;
}


donationForm.redirectPayment = function(paymentMethod, paymentSubMethod, skipValidation) {
donationForm.redirectPayment = function(paymentMethod, paymentSubMethod, skipValidation) {

Revision as of 17:51, 27 March 2019