Template:2012FR/Form-section/Processing/Default: Difference between revisions
Content deleted Content added
fixed forcing gateway to astro for latam countries |
UY credit card isn't astropay |
||
Line 42:
// Astropay overrides
var country = form.country.value;
if ( country === 'AR' || country === 'CL' || country === 'CO' || country === 'MX
if ( paymentMethod !== 'paypal' ) {
form.gateway.value = 'astropay';
|