MediaWiki:MonthlyConvert.js: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
bring USD etc monthly convert threshold down to 2.75, in line with banners and payments
don't do Paypal in certain countries (Latam)
Line 405: Line 405:
if ( donationForm.noRecurringCountries.indexOf( params.country ) !== -1 ) {
if ( donationForm.noRecurringCountries.indexOf( params.country ) !== -1 ) {
// Country where we don't offer any recurring
// Country where we don't offer any recurring
skipMc = true;
}

if ( params.payment_method === 'paypal' && donationForm.noRecurringPaypalCountries.indexOf( params.country ) !== -1 ) {
skipMc = true;
skipMc = true;
}
}