MediaWiki:DonationFormSandbox.js: Difference between revisions

Content deleted Content added
No edit summary
introduce currencyRates, and allow different minimums
Line 16:
donationForm.maxUSD = 25000;
 
donationForm.minimumscurrencyRates = {
// From https://github.com/wikimedia/wikimedia-fundraising-SmashPig/blob/master/PaymentData/ReferenceData/CurrencyRates.php
// Updated 2024-07-31
Line 97:
'IEP' : 0.72460490043714,
'ILS' : 3.69,
'INR' : 1083,
'IQD' : 1290,
'IRR' : 42009,
Line 217:
'ZWD' : 373
};
 
// Usually minimums are about 1 USD, but there can be exceptions
donationForm.minimums = donationForm.currencyRates;
donationForm.minimums.INR = 10;
 
/* Localize the amount errors. Call when initialising form. */