Template:2012FR/Form-section/Processing/Default: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
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