Template:2012FR/Form-section/Processing/Default: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 38:
form.gateway.value = 'adyen';
form.ffname.value = 'adyen';
}
// Astropay overrides
if ( country === 'AR' || country === 'CL' || country === 'CO' || country === 'MX' || country === 'UY' ) {
if ( paymentMethod !== 'paypal' ) {
form.gateway.value = 'astropay';
}
}
|