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

From Donate
Jump to navigation Jump to search
Content deleted Content added
Undo revision 33895 by Pcoombe (talk)
Tag: Undo
temporary redirect variant for 3DS issues - https://phabricator.wikimedia.org/T219445
Line 37: Line 37:
form.gateway.value = 'adyen';
form.gateway.value = 'adyen';
form.ffname.value = 'adyen';
form.ffname.value = 'adyen';
}

/* Temporary redirect variant for 3DS issues - https://phabricator.wikimedia.org/T219445 */
var country = form.country.value;
if (
paymentMethod === 'cc' &&
( country === 'NO' || country === 'SE' || country === 'PL' )
) {
form.variant.value = 'redirect';
}
}



Revision as of 22:51, 27 March 2019