MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
update minimums to match payments
allow default for currency_code
Line 1,128:
 
// These get used in quite a few places
try {
donationForm.currency = form.currency_code.value;
} catch (error) {
donationForm.currency = 'USD';
}
donationForm.country = mw.util.getParamValue('country');