MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
rm US hacks now we have a proper geolocating solution
Tag: Manual revert
Line 693:
params.currency = donationForm.currency;
params.country = donationForm.country || 'US';
 
// Overrides for specific cc gateways
Line 1,147:
donationForm.currency = 'USD';
}
donationForm.country = mw.util.getParamValue('country').toUpperCase();
try {
donationForm.country = mw.util.getParamValue('country').toUpperCase();
} catch (error) {
donationForm.country = 'US';
}
 
// Block typing symbols in Other field