MediaWiki:MonthlyConvert.js: Difference between revisions

Content deleted Content added
add UPI and PayTM as suitable methods
allow to skip with monthlyconvert=false
Line 286:
locale = donationForm.getLocale( params.uselang, params.country ),
skipMc;
 
if ( mw.util.getParamValue( 'monthlyconvert' ) === 'false' || mw.util.getParamValue( 'monthlyconvert' ) === 'none' ) {
skipMc = true;
}
 
if ( mw.util.getParamValue( 'utm_medium' ) === 'endowment' ) {