MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
update LatAm feeMinimums
allow recurring in most Latam countries, but still exclude Paypal
Line 17:
 
// Don't offer recurring at all in these countries
donationForm.noRecurringCountries = [ 'AR', 'CL',]; 'CO',// 'MX',is 'PE',this 'UY',still 'BR' ];needed?
 
donationForm.noRecurringPaypalCountries = [ 'CL', 'CO', 'MX', 'PE', 'UY', 'BR' ];
 
donationForm.maxUSD = 25000;
Line 1,367 ⟶ 1,369:
$('#frequency_onetime').prop('checked', true);
$('.frequency-options, #cancel-monthly, #donate-recurring-smallprint').hide();
}
if ( donationForm.noRecurringPaypalCountries.indexOf( donationForm.country ) !== -1 ) {
$( '.paymentmethod-pp, .paymentmethod-pp-usd' ).addClass( 'not-monthly-capable' );
}