MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
fix some minor linter complaint
hacky use of hpcSet for Major Gifts amount changes
 
(45 intermediate revisions by 2 users not shown)
Line 7:
 
donationForm.loadedTime = Date.now();
donationForm.extraData = {};
'vw' : window.innerWidth,
'vh' : window.innerHeight
};
 
donationForm.country = mw.util.getParamValue('country').toUpperCase();
if ( navigator.brave !== undefined ) { // T283367
try {
donationForm.extraData.brave = '1';
donationForm.currency = document.forms.donateForm.currency_code.value;
} catch (error) {
donationForm.currency = 'USD';
}
 
/**
* Make language and country into a standard javascript Intl locale identifier
*
* @param {string} language
* @param {string} country
* @return {string} locale identifier e.g. en-GB
*/
donationForm.getLocale = function( language, country ) {
// Sometimes in email testing links the uselang is a variable contiaining %
// In that case fall back to English so locale code doesn't break form
if ( language.match('%') ) {
language = 'en';
}
if ( language === 'en-gb' ) {
language = 'en';
}
if ( language === 'es-419' ) {
language = 'es';
}
if ( language === 'pt-br' ) {
language = 'pt';
}
return language + '-' + country;
};
 
donationForm.locale = donationForm.getLocale( mw.config.get('wgPageContentLanguage'), donationForm.country );
 
 
// Don't offer recurring at all in these countries
donationForm.noRecurringCountries = [ 'AR', 'CL', 'CO', 'MX', 'PE', 'UY', 'BRIN' ];
 
donationForm.maxUSDnoRecurringPaypalCountries = 25000[ 'CL', 'CO', 'PE', 'UY', 'BR' ];
 
donationForm.minimumscurrencyRates = {
// From https://github.com/wikimedia/wikimedia-fundraising-SmashPig/blob/master/PaymentData/ReferenceData/CurrencyRates.php
// Updated 20232024-0107-1931
'ADF' : 6.0704,
'ADP' : 154153,
'AED' : 3.67,
'AFA' : 8870,
'AFN' : 8870,
'ALL' : 10790,
'AMD' : 375368,
'ANG' : 1.79,
'AOA' : 504844,
'AON' : 504844,
'ARS' : 183887,
'ATS' : 13,
'AUD' : 1.455,
'AWG' : 1.79,
'AZM' : 8500,
'AZN' : 1.7,
'BAM' : 1.818,
'BBD' : 2,
'BDT' : 103116,
'BEF' : 37,
'BGL' : 1.818,
'BGN' : 1.818,
'BHD' : 0.3746496454688837355757356689,
'BIF' : 20502842,
'BMD' : 1,
'BND' : 1.3235,
'BOB' : 6.7371,
'BRL' : 5.191,
'BSD' : 1,
'BTN' : 8183,
'BWP' : 13,
'BYR' : 2522332642,
'BZD' : 1.9798,
'CAD' : 1.3536,
'CDF' : 20122786,
'CHF' : 0.916177107141929094629289448,
'CLP' : 825890,
'CNY' : 67.7823,
'COP' : 46843803,
'CRC' : 556498,
'CUC' : 1,
'CUP' : 25,
'CVE' : 102101,
'CYP' : 0.5412788462502653848627984321,
'CZK' : 2223,
'DEM' : 1.818,
'DJF' : 178,
'DKK' : 6.8886,
'DOP' : 5658,
'DZD' : 136133,
'ECS' : 24094,
'EEK' : 14,
'EGP' : 3047,
'ESP' : 154153,
'ETB' : 5357,
'EUR' : 0.9248298168896592005843390143,
'FIM' : 5.547,
'FJD' : 2.1723,
'FKP' : 0.8095157781732878703952551207,
'FRF' : 6.0704,
'GBP' : 0.8095157781732878703952551207,
'GEL' : 2.6371,
'GHC' : 120475143125,
'GHS' : 1214,
'GIP' : 0.8095157781732878703952551207,
'GMD' : 6168,
'GNF' : 86188493,
'GRD' : 315314,
'GTQ' : 7.6757,
'GYD' : 200,
'HKD' : 7.838,
'HNL' : 24,
'HRK' : 6.9793,
'HTG' : 148132,
'HUF' : 365355,
'IDR' : 1513815986,
'IEP' : 0.7283626699088672460490043714,
'ILS' : 3.469,
'INR' : 1083, // T309818
'IQD' : 14441290,
'IRR' : 4138942009,
'ISK' : 143138,
'ITL' : 17911781,
'JMD' : 151154,
'JOD' : 0.70900000000001,
'JPY' : 128156,
'KES' : 123130,
'KGS' : 8688,
'KHR' : 40663993,
'KMF' : 455453,
'KPW' : 135,
'KRW' : 12351358,
'KWD' : 0.3045852986289330629670764681,
'KYD' : 0.83333299999999,
'KZT' : 462442,
'LAK' : 1671921103,
'LBP' : 150889393,
'LKR' : 363298,
'LRD' : 155193,
'LSL' : 1718,
'LTL' : 3.1918,
'LUF' : 37,
'LVL' : 0.6499740946293264662074757963,
'LYD' : 4.758,
'MAD' : 109.79,
'MDL' : 1917,
'MGA' : 43154379,
'MGF' : 9150,
'MKD' : 5756,
'MMK' : 20812075,
'MNT' : 2620,
'MOP' : 8.0603,
'MRO' : 358391,
'MTL' : 0.3970294403907239498108567387,
'MUR' : 4345,
'MVR' : 15,
'MWK' : 10071720,
'MXN' : 1917,
'MYR' : 4.3168,
'MZM' : 63200,
'MZN' : 63,
'NAD' : 1718,
'NGN' : 4561505,
'NIO' : 36,
'NLG' : 2.0403,
'NOK' : 9.9211,
'NPR' : 129131,
'NZD' : 1.5663,
'OMR' : 0.3836124484366338377594841305,
'PAB' : 1,
'PEN' : 3.867,
'PGK' : 3.4476,
'PHP' : 5558,
'PKR' : 229277,
'PLN' : 43.3691,
'PTE' : 185184,
'PYG' : 72917355,
'QAR' : 3.6256,
'ROL' : 4554245713,
'RON' : 4.5557,
'RSD' : 108,
'RUB' : 6991,
'RWF' : 10641277,
'SAR' : 3.75,
'SBD' : 8.2137,
'SCR' : 13,
'SDD' : 5755959800,
'SDG' : 576598,
'SDP' : 2261,
'SEK' : 1011,
'SGD' : 1.3235,
'SHP' : 0.8095157781732878703952551207,
'SIT' : 222220,
'SKK' : 28,
'SLL' : 1917019750,
'SOS' : 560549,
'SRD' : 3233,
'SRG' : 3153533320,
'STD' : 2263822477,
'SVC' : 8.75,
'SYP' : 513,
'SZL' : 1718,
'THB' : 3336,
'TJS' : 1011,
'TMM' : 1679016750,
'TMT' : 3.3635,
'TND' : 3.0911,
'TOP' : 2.2732,
'TRL' : 1878706932168418,
'TRY' : 1932,
'TTD' : 6.6564,
'TWD' : 3032,
'TZS' : 23282587,
'UAH' : 3739,
'UGX' : 36613760,
'USD' : 1,
'UYU' : 3938,
'UZS' : 1127512662,
'VEB' : 19945668923651907631,
'VEF' : 19945673651908,
'VND' : 2344125451,
'VUV' : 112,
'WST' : 2.6267,
'XAF' : 607604,
'XAG' : 0.042455323695749031347411860134,
'XAU' : 0.0005219352816469900041128929241299,
'XCD' : 2.7,
'XEU' : 0.9248298168896592005843390143,
'XOF' : 607604,
'XPD' : 0.0005809323910949900098009826645798,
'XPF' : 110,
'XPT' : 0.0009662557449809800093444018680404,
'YER' : 250249,
'YUN' : 108,
'ZAR' : 1718,
'ZMK' : 5176,
'ZWD' : 373
};
 
/* Amount and currency formatting */
let formatters = {
// Amounts without currency symbol
amountFraction: new Intl.NumberFormat( donationForm.locale,
{ minimumFractionDigits: 2, maximumFractionDigits: 2 }
),
amountWhole: new Intl.NumberFormat( donationForm.locale,
{}
)
}
 
// currencyDisplay: 'narrowSymbol' fixes some issues like en-CO showing the ISO code
// but browser support is lacking, so wrap in a try/catch
try {
formatters.currencyFraction = new Intl.NumberFormat( donationForm.locale,
{ style: 'currency', currency: donationForm.currency, currencyDisplay: 'narrowSymbol' }
);
formatters.currencyWhole = new Intl.NumberFormat( donationForm.locale,
{ style: 'currency', currency: donationForm.currency, currencyDisplay: 'narrowSymbol', minimumFractionDigits: 0 }
);
} catch(e) {
formatters.currencyFraction = new Intl.NumberFormat( donationForm.locale,
{ style: 'currency', currency: donationForm.currency }
);
formatters.currencyWhole = new Intl.NumberFormat( donationForm.locale,
{ style: 'currency', currency: donationForm.currency, minimumFractionDigits: 0 }
);
}
 
donationForm.formatCurrency = function( amount ) {
if ( amount % 1 !== 0 ) { // Not a whole number
return formatters.currencyFraction.format( amount );
} else {
return formatters.currencyWhole.format( amount );
}
};
 
donationForm.formatAmount = function( amount ) {
var formatterOptions, output;
if ( amount % 1 !== 0 ) { // Not a whole number
return formatters.amountFraction.format( amount );
} else {
return formatters.amountWhole.format( amount );
}
};
 
/* Localize the amount errors. Call when initialising form. */
donationForm.localizeErrors = function() {
var currency = donationForm.currency,;
minAmount = donationForm.minimums[ currency ],
locale = donationForm.getLocale( mw.config.get('wgPageContentLanguage'), donationForm.country );
// Round up
minAmount = Math.ceil( minAmount * 100 ) / 100;
 
$('.lp-error-smallamount').text( function( index, oldText ) {
return oldText.replace( '$1', donationForm.formatAmount( minAmount, localedonationForm.minLocal ) + '\xa0' + currency );
});
 
Line 245 ⟶ 314:
 
$('.lp-error-bigamount').text( function( index, oldText ) {
return oldText.replace( '$1', donationForm.formatAmount( donationForm.maxUSD * minAmount, localemaxLocal ) )
.replace( '$2', currency )
.replace( '$3', 'benefactors@wikimedia.org' )
.replace( '$4', donationForm.formatAmount( donationForm.maxUSD, locale ) );
});
};
Line 258 ⟶ 327:
TODO: split data out? */
 
var hpcSet = mw.util.getParamValue('hpcSet');
// Look for 'hpc' parameter, then 'mrc'. If neither, then bail out.
 
// Look for 'hpc' parameter, then 'mrc'
var hpc = parseFloat( mw.util.getParamValue('hpc') );
if( isNaN(hpc) ) {
hpc = parseFloat( mw.util.getParamValue('mrc') );
if( isNaN(hpc) ) {
return;if ( hpcSet ) {
// Allow using hpcSet even without hpc, for MG appeals
hpc = 0;
} else {
return;
}
}
}
 
var hpcSet = mw.util.getParamValue('hpcSet');
 
var currency = donationForm.currency;
var language = mw.config.get('wgPageContentLanguage');
 
// If changing, please update https://docs.google.com/spreadsheets/d/1e02TsZ_bKDAS1BMVBCdyo9D7RGln_wCGnkg7IF5kU5s/edit
var radioAmountsData = {
"USD" : { // also used for CAD, AUD, NZD, GBP, EUR"
"default" : [
[ 0, [ 2.75, 5, 10, 20, 25, 35, 50 ] ],
Line 283 ⟶ 356:
[ 25, [ 25, 30, 40, 50, 75, 100, 150 ] ],
[ 35, [ 35, 50, 75, 100, 200, 300, 500 ] ],
[ 50, [ 50, 75, 100, 200, 300, 500, 750 ] ],
[ 75, [ 75, 100, 150, 250, 500, 750, 1000 ] ],
[ 100, [ 100, 150, 250, 500, 750, 1000, 2500 ] ],
Line 291 ⟶ 365:
[ 3000, [ 3000, 4000, 5000, 6000, 7500, 10000, 12000 ] ]
],
"2incvarFY2425_E1_T11_USD" : [ // Upgrade recurring +1 for lowest ask
[ 0, [ 13.75, 5, 10, 1520, 2025, 3035, 50 ] ],
[ 35, [ 35, 510, 1015, 20, 35, 50, 75100 ] ],
[ 610, [ 610, 1015, 20, 3525, 5035, 7550, 100 ] ],
[ 1015, [ 1015, 1520, 25, 5035, 7550, 100 75, 125100 ] ],
[ 1320, [ 1320, 2025, 35, 50, 75, 100, 125150 ] ],
[ 1625, [ 1625, 2530, 5040, 7550, 100 75, 150100, 200150 ] ],
[ 2035, [ 2035, 3550, 5075, 75100, 125200, 150300, 200500 ] ],
[ 2350, [ 2350, 3575, 50100, 75200, 125300, 175500, 250750 ] ],
[ 2675, [ 2675, 35100, 50150, 75250, 125500, 175750, 2501000 ] ],
[ 30100, [ 30100, 40150, 50250, 75500, 125750, 1751000, 2502500 ] ],
[ 35150, [ 35150, 45200, 50300, 100500, 125750, 1751000, 2502000 ] ],
[ 40200, [ 40200, 50300, 75500, 100750, 1501000, 2502500, 3005000 ] ],
[ 45500, [ 45500, 50750, 751000, 1002500, 1505000, 2507500, 50010000 ] ],
[ 501000, [ 501000, 602000, 1003000, 1254000, 1755000, 2507500, 50010000 ] ],
[ 603000, [ 603000, 754000, 1005000, 1256000, 1757500, 25010000, 50012000 ] ],
[ 70, [ 70, 85, 100, 125, 175, 250, 500 ] ],
[ 80, [ 80, 100, 125, 150, 200, 300, 500 ] ],
[ 90, [ 90, 100, 125, 150, 200, 300, 500 ] ],
[ 100, [ 100, 125, 175, 250, 350, 500, 750 ] ],
[ 125, [ 125, 150, 200, 300, 500, 750, 1000 ] ],
[ 150, [ 150, 175, 250, 400, 500, 750, 1000 ] ],
[ 175, [ 175, 200, 300, 400, 500, 750, 1000 ] ],
[ 200, [ 200, 250, 300, 400, 500, 750, 1000 ] ]
],
"3incvarsvFY2425_E1_T14_USD" : [ // Upgrade recurring amount dynamically
[ 0, [ 12.75, 5, 7.50 10, 1020, 1525, 2035, 3050 ] ],
[ 35, [ 32.75, 5, 10, 1520, 2025, 2535, 4050 ] ],
[ 610, [ 62.75, 10, 15, 20, 3025, 4035, 50 ] ],
[ 1015, [ 103.50, 1510, 20, 2530, 3050, 4075, 50100 ] ],
[ 1320, [ 133.75, 2010, 25, 35, 4550, 5575, 75100 ] ],
[ 1625, [ 164.50, 2010, 25, 35, 4550, 5575, 75100 ] ],
[ 2035, [ 206.75, 2515, 3530, 4550, 5575, 75100, 100150 ] ],
[ 2375, [ 2315.75, 3050, 3775, 45100, 55200, 75300, 100500 ] ],
[ 26100, [ 2624.75, 3050, 3775, 45100, 55200, 75300, 100500 ] ],
[ 30150, [ 3044.75, 35100, 40150, 45250, 55500, 75750, 1001000 ] ],
[ 35200, [ 35 50, 40100, 45150, 50250, 65500, 75750, 1001000 ] ],
[ 40500, [ 40150, 45250, 50300, 65500, 75750, 1001000, 1252000 ] ],
[ 451000, [ 45250, 50500, 55750, 651000, 752500, 1005000, 12510000 ] ],
[ 503000, [ 50500, 601000, 752000, 1003500, 1255000, 1507500, 20010000 ] ],
[ 60, [ 60, 70, 80, 100, 125, 150, 200 ] ],
[ 70, [ 70, 80, 100, 125, 150, 200, 250 ] ],
[ 80, [ 80, 90, 100, 125, 150, 200, 250 ] ],
[ 90, [ 90, 100, 125, 150, 200, 250, 300 ] ],
[ 100, [ 100, 110, 150, 200, 250, 300, 350 ] ],
[ 125, [ 125, 150, 200, 250, 300, 400, 500 ] ],
[ 150, [ 150, 175, 200, 250, 300, 400, 500 ] ],
[ 175, [ 175, 200, 250, 300, 400, 500, 750 ] ],
[ 200, [ 200, 250, 300, 350, 400, 500, 750 ] ]
],
"4HA7FY2425_E1_T21_USD" : [ // Give less reactivation amount
[ 0, [ 2.75, 5, 10, 20, 25, 35, 100 50 ] ],
[ 5, [ 2.75, 5, 10, 1520, 2025, 35, 50, 200 ] ],
[ 10, [ 10 5, 1510, 2015, 2520, 35, 50, 250100 ] ],
[ 15, [ 1510, 2015, 2520, 3525, 5035, 7550, 300100 ] ],
[ 20, [ 15, 20, 25, 35, 50, 75, 100, 500 ] ],
[ 25, [ 2520, 3025, 4035, 50, 75, 100, 500150 ] ],
[ 35, [ 3525, 5030, 7540, 100 50, 200 75, 300100, 1000 150 ] ],
[ 75, [ 7535, 100 50, 150 75, 250100, 500200, 750300, 2000 500 ] ],
[ 100, [ 75, 100, 150, 250, 500, 750, 1000, 5000 ] ],
[ 150, [ 150100, 200150, 300250, 500, 750, 1000, 75002500 ] ],
[ 200, [ 150, 200, 300, 500, 750, 1000, 2500, 100002000 ] ],
[ 500, [ 500200, 750300, 1000 500, 2500 750, 50001000, 75002500, 12000 5000 ] ],
[ 1000, [ 1000 500, 2000 750, 30001000, 40002500, 5000, 7500, 1200010000 ] ],
[ 3000, [ 1000, 2000, 3000, 4000, 5000, 7500, 10000 ] ]
]
},
"EUR" : {
"default" : [
[ 0, [ 2.50, 5, 10, 20, 25, 35, 50 ] ],
[ 5, [ 5, 10, 15, 20, 35, 50, 100 ] ],
[ 10, [ 10, 15, 20, 25, 35, 50, 100 ] ],
[ 15, [ 15, 20, 25, 35, 50, 75, 100 ] ],
[ 20, [ 20, 25, 35, 50, 75, 100, 150 ] ],
[ 25, [ 25, 30, 40, 50, 75, 100, 150 ] ],
[ 35, [ 35, 50, 75, 100, 200, 300, 500 ] ],
[ 50, [ 50, 75, 100, 200, 300, 500, 750 ] ],
[ 75, [ 75, 100, 150, 250, 500, 750, 1000 ] ],
[ 100, [ 100, 150, 250, 500, 750, 1000, 2500 ] ],
[ 150, [ 150, 200, 300, 500, 750, 1000, 2000 ] ],
[ 200, [ 200, 300, 500, 750, 1000, 2500, 5000 ] ],
[ 500, [ 500, 750, 1000, 2500, 5000, 7500, 10000 ] ],
[ 1000, [ 1000, 2000, 3000, 4000, 5000, 7500, 10000 ] ],
[ 3000, [ 3000, 4000, 5000, 6000, 7500, 10000, 12000 ] ]
],
"5LA1FY2425_E1_T11_EUR" : [ // Upgrade recurring +1 for lowest ask
[ 0, [ 13.50, 5, 10, 1520, 2025, 3035, 50 ] ],
[ 35, [ 35, 510, 1015, 20, 35, 50, 75100 ] ],
[ 610, [ 510, 1015, 20, 3525, 5035, 7550, 100 ] ],
[ 1015, [ 1015, 1520, 25, 5035, 7550, 100 75, 125100 ] ],
[ 1320, [ 1020, 2025, 35, 50, 75, 100, 125150 ] ],
[ 1625, [ 1525, 2530, 5040, 7550, 100 75, 150100, 200150 ] ],
[ 2035, [ 2035, 3550, 5075, 75100, 125200, 150300, 200500 ] ],
[ 2350, [ 2050, 3575, 50100, 75200, 125300, 175500, 250750 ] ],
[ 2675, [ 2575, 35100, 50150, 75250, 125500, 175750, 2501000 ] ],
[ 30100, [ 30100, 40150, 50250, 75500, 125750, 1751000, 2502500 ] ],
[ 35150, [ 35150, 45200, 50300, 100500, 125750, 1751000, 3002000 ] ],
[ 40200, [ 40200, 50300, 75500, 100750, 1501000, 2002500, 3005000 ] ],
[ 45500, [ 45500, 50750, 751000, 1002500, 1505000, 2507500, 50010000 ] ],
[ 501000, [ 501000, 752000, 1003000, 1254000, 1755000, 2507500, 50010000 ] ],
[ 603000, [ 603000, 754000, 1005000, 1256000, 1757500, 25010000, 50012000 ] ],
[ 70, [ 70, 85, 100, 125, 175, 250, 500 ] ],
[ 80, [ 80, 100, 125, 150, 200, 300, 500 ] ],
[ 90, [ 90, 100, 125, 150, 200, 300, 500 ] ],
[ 100, [ 100, 125, 175, 250, 350, 500, 750 ] ],
[ 125, [ 125, 150, 200, 300, 500, 750, 1000 ] ],
[ 150, [ 150, 200, 300, 400, 500, 750, 1000 ] ],
[ 175, [ 175, 200, 300, 400, 500, 750, 1000 ] ],
[ 200, [ 200, 225, 300, 400, 500, 750, 1000 ] ]
],
"2018controlFY2425_E1_T14_EUR" : [ // Upgrade recurring amount dynamically
[ 0, [ 2.50, 5, 10, 20, 25, 35, 50, 100 ] ],
[ 5, [ 102.50, 15 5, 2010, 3520, 5025, 100 35, 150 50 ] ],
[ 10, [ 152.50, 2010, 2515, 3520, 5025, 100 35, 150 50 ] ],
[ 15, [ 2.50, 20 10, 2520, 3530, 50, 75, 100, 250 ] ],
[ 20, [ 253.50, 3510, 5025, 7535, 100 50, 150 75, 250100 ] ],
[ 25, [ 304.25, 4010, 5025, 7535, 100 50, 150 75, 250100 ] ],
[ 35, [ 6.25, 5015, 7530, 100 50, 200 75, 250100, 300150 ] ],
[ 75, [ 2515, 50, 75, 100, 200, 300, 500 ] ],
[ 100, [ 25, 50, 100 75, 150100, 250200, 500300, 1000 500 ] ],
[ 150, [ 5045, 100, 150, 200250, 350500, 500750, 1000 ] ],
[ 200, [ 100 50, 150100, 200150, 300250, 400500, 500750, 1000 ] ],
[ 500, [ 100150, 250, 500300, 750500, 1000 750, 15001000, 2000 ] ],
[ 1000, [ 500250, 1000, 2000500, 2500 750, 30001000, 40002500, 5000, 10000 ] ],
[ 3000, [ 500, 1000, 2000, 3500, 5000, 7500, 10000 ] ]
],
"LTLAFY2425_E1_T21_EUR" : [ // Give less reactivation amount
[ 0, [ 2.50, 35, 10, 1520, 2025, 35, 50, 100 ] ],
[ 5, [ 2.50, 5, 10, 20, 3525, 5035, 100, 15050 ] ],
[ 10, [ 10 5, 2010, 3515, 5020, 7535, 100 50, 150100 ] ],
[ 15, [ 1510, 2515, 3520, 5025, 7535, 100 50, 250100 ] ],
[ 20, [ 2015, 3020, 5025, 7535, 100 50, 150 75, 250100 ] ],
[ 25, [ 20, 25, 35, 50, 75, 100, 150, 250 ] ],
[ 35, [ 25, 5030, 7540, 100 50, 200 75, 250100, 300150 ] ],
[ 75, [ 2535, 50, 75, 100, 200, 300, 500 ] ],
[ 100, [ 2575, 50100, 100150, 150250, 250500, 500750, 1000 ] ],
[ 150, [ 50100, 100150, 150250, 200500, 350750, 5001000, 10002500 ] ],
[ 200, [ 100, 150, 200, 300, 400500, 500750, 1000, 2000 ] ],
[ 500, [ 100200, 250300, 500, 750, 1000, 15002500, 20005000 ] ],
[ 1000, [ 500, 1000 750, 20001000, 2500, 30005000, 40007500, 500010000 ] ],
[ 3000, [ 1000, 2000, 3000, 4000, 5000, 7500, 10000 ] ]
]
},
"GBP" : {
"default" : [
[ 0, [ 2, 5, 10, 20, 25, 35, 50 ] ],
[ 5, [ 5, 10, 15, 20, 35, 50, 100 ] ],
[ 10, [ 10, 15, 20, 25, 35, 50, 100 ] ],
[ 15, [ 15, 20, 25, 35, 50, 75, 100 ] ],
[ 20, [ 20, 25, 35, 50, 75, 100, 150 ] ],
[ 25, [ 25, 30, 40, 50, 75, 100, 150 ] ],
[ 35, [ 35, 50, 75, 100, 200, 300, 500 ] ],
[ 50, [ 50, 75, 100, 200, 300, 500, 750 ] ],
[ 75, [ 75, 100, 150, 250, 500, 750, 1000 ] ],
[ 100, [ 100, 150, 250, 500, 750, 1000, 2500 ] ],
[ 150, [ 150, 200, 300, 500, 750, 1000, 2000 ] ],
[ 200, [ 200, 300, 500, 750, 1000, 2500, 5000 ] ],
[ 500, [ 500, 750, 1000, 2500, 5000, 7500, 10000 ] ],
[ 1000, [ 1000, 2000, 3000, 4000, 5000, 7500, 10000 ] ],
[ 3000, [ 3000, 4000, 5000, 6000, 7500, 10000, 12000 ] ]
],
"midtier2018FY2425_E1_T11_GBP" : [ // Upgrade recurring +1 for lowest ask
[ 0, [ 3, 5, 10, 20, 3025, 5035, 100 50 ] ],
[ 5, [ 5, 10, 2015, 3520, 5035, 100 50, 150100 ] ],
[ 10, [ 10, 15, 20, 3525, 5035, 100 50, 150100 ] ],
[ 15, [ 15, 20, 25, 35, 50, 100 75, 150100 ] ],
[ 20, [ 20, 25, 35, 50, 75, 100, 150 ] ],
[ 25, [ 3525, 5030, 7540, 100 50, 150 75, 250100, 500150 ] ],
[ 35, [ 5035, 7550, 100 75, 150100, 250200, 350300, 500 ] ],
[ 50, [ 7550, 100 75, 150100, 200, 250300, 350500, 500750 ] ],
[ 75, [ 100 75, 150100, 200150, 300250, 400500, 500750, 1000 ] ],
[ 100, [ 150100, 200150, 250, 300500, 400750, 5001000, 10002500 ] ],
[ 150, [ 200150, 250200, 300, 400500, 500750, 1000, 25002000 ] ],
[ 200, [ 500200, 750300, 1000 500, 2000 750, 35001000, 50002500, 75005000 ] ],
[ 500, [ 750500, 1000 750, 15001000, 2500, 5000, 7500, 10000 ] ],
[ 1000, [ 1000, 2000, 3000, 4000, 5000, 7500, 10000 ] ],
[ 3000, [ 3000, 4000, 5000, 6000, 7500, 10000, 12000 ] ]
],
"FY2425_E1_T14_GBP" : [ // Upgrade recurring amount dynamically
[ 0, [ 2, 5, 10, 20, 25, 35, 50 ] ],
[ 5, [ 2, 5, 10, 20, 25, 35, 50 ] ],
[ 10, [ 2, 10, 15, 20, 25, 35, 50 ] ],
[ 15, [ 2, 10, 20, 30, 50, 75, 100 ] ],
[ 20, [ 3, 10, 25, 35, 50, 75, 100 ] ],
[ 25, [ 4, 10, 25, 35, 50, 75, 100 ] ],
[ 35, [ 6, 15, 30, 50, 75, 100, 150 ] ],
[ 75, [ 15, 50, 75, 100, 200, 300, 500 ] ],
[ 100, [ 20, 50, 75, 100, 200, 300, 500 ] ],
[ 150, [ 40, 100, 150, 250, 500, 750, 1000 ] ],
[ 200, [ 45, 100, 150, 250, 500, 750, 1000 ] ],
[ 500, [ 125, 250, 300, 500, 750, 1000, 2000 ] ],
[ 1000, [ 200, 500, 750, 1000, 2500, 5000, 10000 ] ],
[ 3000, [ 400, 1000, 2000, 3500, 5000, 7500, 10000 ] ]
],
"FY2425_E1_T21_GBP" : [ // Give less reactivation amount
[ 0, [ 2, 5, 10, 20, 25, 35, 50 ] ],
[ 5, [ 2, 5, 10, 20, 25, 35, 50 ] ],
[ 10, [ 5, 10, 15, 20, 35, 50, 100 ] ],
[ 15, [ 10, 15, 20, 25, 35, 50, 100 ] ],
[ 20, [ 15, 20, 25, 35, 50, 75, 100 ] ],
[ 25, [ 20, 25, 35, 50, 75, 100, 150 ] ],
[ 35, [ 25, 30, 40, 50, 75, 100, 150 ] ],
[ 75, [ 35, 50, 75, 100, 200, 300, 500 ] ],
[ 100, [ 75, 100, 150, 250, 500, 750, 1000 ] ],
[ 150, [ 100, 150, 250, 500, 750, 1000, 2500 ] ],
[ 200, [ 150, 200, 300, 500, 750, 1000, 2000 ] ],
[ 500, [ 200, 300, 500, 750, 1000, 2500, 5000 ] ],
[ 1000, [ 500, 750, 1000, 2500, 5000, 7500, 10000 ] ],
[ 3000, [ 1000, 2000, 3000, 4000, 5000, 7500, 10000 ] ]
]
},
"JPY" : [
[ 0, [ 500, 1000, 2000, 2500, 4000, 5000, 10000 ] ],
Line 441 ⟶ 564:
],
"SEK" : [
[ 0, [ 2030, 50100, 100150, 200, 300500, 500750, 1000 ] ],
[ 3050, [ 30, 50, 100, 150, 200, 300, 500750, 1000 ] ],
[ 50, [ 50, 100, 150, 200, 300, 500, 1000 ] ],
[ 200, [ 50, 100, 200, 300, 500, 750, 1000 ] ]
]
Line 449 ⟶ 571:
radioAmountsData.AUD = radioAmountsData.USD;
radioAmountsData.CAD = radioAmountsData.USD;
radioAmountsData.GBP = radioAmountsData.USD;
radioAmountsData.NZD = radioAmountsData.USD;
 
radioAmountsData.EUR = radioAmountsData.USD;
// Major gifts appeals, hacky but this is easier than adding a load of new forms to maintain
var currencyList = [ 'USD', 'CAD', 'AUD', 'NZD', 'GBP', 'EUR' ]; // close enough
for ( let i = 0; i < currencyList.length; i++ ) {
radioAmountsData[ currencyList[i] ].MG_2024_500 = [ [ 0, [ 500, 750, 1000, 1250, 1500, 1750, 2000 ] ] ];
radioAmountsData[ currencyList[i] ].MG_2024_650 = [ [ 0, [ 650, 750, 1000, 1250, 1500, 1750, 2000 ] ] ];
}
 
var appealAmountsData = {
"USD" : [ // also used for CAD, AUD, NZD, GBP, EUR
Line 490 ⟶ 617:
appealAmountsData.NZD = appealAmountsData.USD;
appealAmountsData.EUR = appealAmountsData.USD;
 
var formats = {
"USD" : "$\t",
"EUR" : {
"en" : "€\t",
"cy" : "€\t",
"ga" : "€\t",
"mt" : "€\t",
"nl" : "€ \t",
"lv" : "€ \t",
"tr" : "€ \t",
"default" : "\t €"
},
"AUD" : "$\t",
"CAD" : {
"fr" : "\t $",
"default" : "$\t"
},
"GBP" : "£\t",
"NZD" : "$\t",
"JPY" : "¥\t",
"SEK" : "\t kr",
"BRL" : "R$\t"
};
 
var format;
if ( formats[currency] ) {
format = formats[currency][language] || formats[currency]['default'] || formats[currency];
} else {
format = '\t';
}
 
// Radio button amounts
Line 530 ⟶ 626:
var $label = $("label[for='input_amount_" + j + "']");
$radio.val( radioAmounts[j] );
$label.text( formatdonationForm.replaceformatCurrency('\t', radioAmounts[j] ) );
}
}
Line 537 ⟶ 633:
var appealAmounts = pickAmountArray( appealAmountsData, currency, hpc, hpcSet );
if ( appealAmounts.length ) {
var appealAmountString = appealAmounts.map( donationForm.formatCurrency ).join( ', ');
// Build string
var appealAmountString = '';
for( var k = 0; k < appealAmounts.length; k++ ) {
appealAmountString += format.replace('\t', appealAmounts[k]) + ', ';
}
appealAmountString = appealAmountString.trim();
 
$('.consider-amounts').html(appealAmountString);
}
Line 631 ⟶ 721:
'PT' : 'vmaj',
'SK' : 'vmaj',
'GR' : 'vma',
// Others
'CZ' : 'vmad',
Line 679 ⟶ 770:
 
var params = {};
 
params.currency = donationForm.currency;
params.country = donationForm.country;
Line 693 ⟶ 784:
params.payment_method = paymentMethod;
}
 
if ( params.payment_method === 'cc' && params.country === 'ZA' ) {
params.gateway = 'astropay';
Line 749 ⟶ 840:
}
 
// Check for monthlyMonthly convert. TODO: make it possible to test JS variants
if ( mc ) { // check just in-case this wasn't loaded for some reason
if ( mw.util.getParamValue( 'monthlyconvert' ) ) {
mc.main( params, donationForm.finalStep );
} else {
Line 774 ⟶ 865:
if ( params.payment_method === 'apple' || params.payment_method === 'google' ) {
uri = new mw.Uri('https://payments.wikimedia.org/index.php/Special:AdyenCheckoutGateway');
}
 
// Skip form chooser for Venmo
if ( params.payment_method === 'venmo' ) {
uri = new mw.Uri('https://payments.wikimedia.org/index.php/Special:BraintreeGateway');
}
 
Line 779 ⟶ 875:
 
// Tracking data
params.utm_mediumwmf_medium = mw.util.getParamValue( 'wmf_medium' ) || mw.util.getParamValue( 'utm_medium' );
params.utm_campaignwmf_campaign = mw.util.getParamValue( 'wmf_campaign' ) || mw.util.getParamValue( 'utm_campaign' );
params.utm_sourcewmf_source = donationForm.buildUtmSourcebuildTrackingSource( params );
params.utm_keywmf_key = donationForm.buildUtmKeybuildTrackingKey( donationForm.extraData );
if ( document.referrer ) { // TODO: do we need this?
// Strip protocol to stop firewall complaining
Line 799 ⟶ 895:
 
/**
* Build a utm_sourcewmf_source value, including the landing page info.
*
* Own function so it can be overriden for weird tests
*
* @param {Object} params
* @return {string} utm_sourcewmf_source
*/
donationForm.buildUtmSourcebuildTrackingSource = function( params ) {
 
var utm_sourcewmf_source = mw.util.getParamValue( 'utm_sourcewmf_source' ) +|| 'mw.util.getParamValue( 'utm_source' );
wmf_source += '.';
 
var fullDottedPaymentMethod = params.payment_method;
Line 828 ⟶ 925:
 
/* The landing page info, separated by ~. This mostly exists for legacy reasons */
utm_sourcewmf_source += getParam( 'template' , 'Lp-layout' , 'default' ) + '~';
utm_sourcewmf_source += getParam( 'appeal-template' , 'Appeal-template-' , 'default' ) + '~';
utm_sourcewmf_source += getParam( 'appeal' , 'Appeal-' , 'default' ) + '~';
utm_sourcewmf_source += getParam( 'form-template' , 'Form-template-' , 'default' ) + '~';
utm_sourcewmf_source += getParam( 'form-countryspecific', 'Form-countryspecific-', 'control' );
 
utm_sourcewmf_source += '.' + fullDottedPaymentMethod;
 
return utm_sourcewmf_source;
 
};
 
/**
* Build a string for utm_keywmf_key from extra tracking data
*
* @param {Object} data
* @return {string} utm_keywmf_key
*/
donationForm.buildUtmKeybuildTrackingKey = function(data) {
var existingUtmKeyexistingKey = mw.util.getParamValue( 'wmf_key' ) || mw.util.getParamValue( 'utm_key' ),
dataArray = [];
 
if ( existingUtmKeyexistingKey ) {
dataArray.push( existingUtmKeyexistingKey );
}
for (var key in data) {
Line 945 ⟶ 1,042:
 
var amount = donationForm.getAmount();
var minAmount = donationForm.minimums[ donationForm.currency ] || 1;
 
if ( amount === null || isNaN(amount) || amount <= 0 || amount < minAmountdonationForm.minLocal ) {
$('.amount-options').addClass('lp-haserror');
$('.lp-error-bigamount').hide();
$('.lp-error-smallamount').show();
return false;
} else if ( amount > donationForm.maxUSD * minAmountmaxLocal ) {
$('.amount-options').addClass('lp-haserror');
$('.lp-error-bigamount').show();
Line 975 ⟶ 1,071:
var selectedAmount = donationForm.getAmount(),
feeAmount = donationForm.calculateFee( selectedAmount ),
feeText;
minAmount = donationForm.minimums[ donationForm.currency ] || 1,
maxAmount = donationForm.maxUSD * minAmount,
feeText, locale;
 
localefeeText = donationForm.getLocaleformatCurrency( mw.config.get('wgPageContentLanguage'), donationForm.countryfeeAmount );
feeText = donationForm.formatAmount( feeAmount, locale );
 
$('.ptf label span').text( feeText );
if ( selectedAmount + feeAmount <= maxAmountdonationForm.maxLocal ) {
$('.ptf').slideDown();
}
Line 1,011 ⟶ 1,104:
'UAH' : 10,
'ZAR' : 5,
// Latin America // Updated 2024-08-22 to approx 0.35 USD equivalent
'BRL' : 21.75,
'ARS' : 32300,
'CLP' : 255300,
'COP' : 13001400,
'MXN' : 7.46,
'PEN' : 1.32,
'UYU' : 15.514
};
 
Line 1,074 ⟶ 1,167:
};
}
};
 
/**
* Make language and country into a standard javascript Intl locale identifier
*
* @param {string} language
* @param {string} country
* @return {string} locale identifier e.g. en-GB
*/
donationForm.getLocale = function( language, country ) {
if ( language === 'en-gb' ) {
language = 'en';
}
if ( language === 'es-419' ) {
language = 'es';
}
if ( language === 'pt-br' ) {
language = 'pt';
}
return language + '-' + country;
};
 
Line 1,116 ⟶ 1,189:
};
 
/**
Based on github:braintree/braintree-web/src/venmo/shared/supports-venmo.js
* Format an amount for a given locale
See also on meta: MediaWiki:FundraisingBanners/VenmoBrowserCheck.js
*
*/
* 2 decimal places if it has a fractional part, 0 if not
donationForm.isVenmoSupported = function(options) {
* Note this doesn't include any currency symbol
var options = options || {
*
allowNewBrowserTab: false,
* @param {number} amount
allowWebviews: true,
* @param {string} locale To determine correct separators
allowDesktop: true,
* @return {string}
allowDesktopWebLogin: true
*/
};
donationForm.formatAmount = function( amount, locale ) {
var ua = window.navigator.userAgent;
var formatterOptions, output;
 
if ( amount % 1 !== 0 ) { // Not a whole number
var merchantAllowsReturningToNewBrowserTab,
formatterOptions = { minimumFractionDigits: 2, maximumFractionDigits: 2 };
merchantAllowsWebviews,
} else {
merchantAllowsDesktopBrowsers;
formatterOptions = {};
var isMobileDevice = isAndroid() || isIos();
var isAndroidChrome = isAndroid() && isChrome();
var isMobileDeviceThatSupportsReturnToSameTab = isIosSafari() || isAndroidChrome;
var isKnownUnsupportedMobileBrowser = isIosChrome() || isFacebookOwnedBrowserOnAndroid() || isSamsung();
 
options = options || {};
// NEXT_MAJOR_VERSION allowDesktop will default to true, but can be opted out
merchantAllowsDesktopBrowsers =
(options.allowDesktopWebLogin || options.allowDesktop) === true;
merchantAllowsReturningToNewBrowserTab = options.hasOwnProperty(
"allowNewBrowserTab"
)
? options.allowNewBrowserTab
: true;
// NEXT_MAJOR_VERSION webviews are not supported, except for the case where
// the merchant themselves is presenting venmo in a webview using the deep
// link url to get back to their app. For the next major version, we should
// just not have this option and instead require the merchant to determine
// if the venmo button should be displayed when presenting it in the
// merchant's app via a webview.
merchantAllowsWebviews = options.hasOwnProperty("allowWebviews")
? options.allowWebviews
: true;
 
if (isKnownUnsupportedMobileBrowser) {
return false;
}
 
if (
!merchantAllowsWebviews &&
(isAndroidWebview() || isIosWebview())
) {
return false;
}
 
if (!isMobileDevice) {
return merchantAllowsDesktopBrowsers;
}
 
if (!merchantAllowsReturningToNewBrowserTab) {
return isMobileDeviceThatSupportsReturnToSameTab;
}
 
return isMobileDevice;
 
/* -- functions mostly from github:braintree/browser-detection library -- */
 
function isAndroid() {
return /Android/i.test(ua);
}
 
function isIos(checkIpadOS = true) {
const iOsTest = /iPhone|iPod|iPad/i.test(ua);
return checkIpadOS ? iOsTest || isIpadOS() : iOsTest;
}
 
function isIpadOS() {
// "ontouchend" is used to determine if a browser is on an iPad, otherwise
// user-agents for iPadOS behave/identify as a desktop browser
return /Mac|iPad/i.test(ua) && "ontouchend" in window.document;
}
 
function isEdge() {
return ua.indexOf("Edge/") !== -1 || ua.indexOf("Edg/") !== -1;
}
 
function isSamsung() {
return /SamsungBrowser/i.test(ua);
}
 
function isDuckDuckGo() {
return ua.indexOf("DuckDuckGo/") !== -1;
}
 
function isOpera() {
return (
ua.indexOf("OPR/") !== -1 ||
ua.indexOf("Opera/") !== -1 ||
ua.indexOf("OPT/") !== -1
);
}
 
function isSilk() {
return ua.indexOf("Silk/") !== -1;
}
 
function isChrome() {
return (
(ua.indexOf("Chrome") !== -1 || ua.indexOf("CriOS") !== -1) &&
!isEdge() &&
!isSamsung() &&
!isDuckDuckGo() &&
!isOpera() &&
!isSilk()
);
}
 
function isIosFirefox() {
return /FxiOS/i.test(ua);
}
 
function isWebkit() {
const webkitRegexp = /webkit/i;
return webkitRegexp.test(ua);
}
 
function isIosChrome() {
return ua.indexOf("CriOS") > -1;
}
 
function isFacebook() {
return ua.indexOf("FBAN") > -1;
}
 
function isIosSafari() {
return (
isIos() &&
isWebkit() &&
!isIosChrome() &&
!isIosFirefox() &&
!isFacebook()
);
}
 
function isFacebookOwnedBrowserOnAndroid() {
var e = ua.toLowerCase();
return -1 < e.indexOf("huawei") && -1 < e.indexOf("fban") || isAndroid() && (-1 < e.indexOf("fb_iab") || -1 < e.indexOf("instagram"));
}
 
function isSamsungBrowser() {
return /SamsungBrowser/i.test(ua);
}
 
function isAndroidWebview() {
return isAndroid() && -1 < ua.toLowerCase().indexOf("wv");
}
 
function isGoogleSearchApp() {
return /\bGSA\b/.test(ua);
}
 
function isIosGoogleSearchApp() {
return isIos() && isGoogleSearchApp();
}
 
function isIosWebview() {
if (isIos()) {
// The Google Search iOS app is technically a webview and doesn't support popups.
if (isIosGoogleSearchApp()) {
return true;
}
// Historically, a webview could be identified by the presence of AppleWebKit and _no_ presence of Safari after.
return /.+AppleWebKit(?!.*Safari)/i.test(ua);
}
tryreturn {false;
}
output = amount.toLocaleString( locale, formatterOptions );
} catch(e) {
output = amount.toFixed(2);
}
return output;
};
 
Line 1,149 ⟶ 1,371:
var form = document.forms.donateForm;
 
// TheseMinimum getamount usedis inusually quiteabout a1 few placesUSD
donationForm.minLocal = donationForm.currencyRates[ donationForm.currency ];
try {
donationForm.currencyminLocal = formMath.currency_codeceil( donationForm.valueminLocal * 100 ) / 100; // Round it up
}donationForm.maxUSD catch (error) {= 25000;
donationForm.maxLocal = Math.floor( donationForm.currencyRates[ donationForm.currency =] * donationForm.maxUSD 'USD');
 
// Overrides for India
if ( donationForm.currency === 'INR' ) {
donationForm.minLocal = 10;
// Until https://phabricator.wikimedia.org/T370583 fixed?
donationForm.maxUSD = 3000;
donationForm.maxLocal = 250000;
}
donationForm.country = mw.util.getParamValue('country').toUpperCase();
 
// Block typing symbols in Other field
Line 1,188 ⟶ 1,416:
$('.frequency-options, #cancel-monthly, #donate-recurring-smallprint').hide();
}
 
if ( donationForm.noRecurringPaypalCountries.indexOf( donationForm.country ) !== -1 ) {
$( '.paymentmethod-pp, .paymentmethod-pp-usd' ).addClass( 'not-monthly-capable' );
}
// Format amounts on buttons
$( '.amount-options li' ).each( function( index ) {
let amount = this.querySelector( 'input' ).value;
if ( amount !== 'Other' ) {
this.querySelector( 'label' ).innerText = donationForm.formatCurrency( amount );
}
});
 
addCardTypesClass( donationForm.country );
 
// Only show Amazon for links from Ways to give
if (
mw.util.getParamValue( 'wmf_source' ) === 'Waystogive' ||
mw.util.getParamValue( 'wmf_source' ) === 'Ways_to_Give'
) {
$('.paymentmethod-amazon').show();
}
 
// Apple Pay
Line 1,195 ⟶ 1,443:
if ( !donationForm.shouldShowApplePay( donationForm.country ) ) {
$('.paymentmethod-applepay').remove();
}
}
 
// Venmo browser check
if ( $('.paymentmethod-venmo').length > 0 ) {
if ( !donationForm.isVenmoSupported() || donationForm.country !== 'US' ) {
$('.paymentmethod-venmo').remove();
}
}
Line 1,213 ⟶ 1,468:
 
// Allow preselecting monthly
if (
mw.util.getParamValue('monthly')
&& mw.util.getParamValue('monthly') !== '0'
&& donationForm.noRecurringCountries.indexOf( donationForm.country ) === -1 ) {
&& donationForm.noRecurringCountries.indexOf( donationForm.country ) === -1
&& mw.util.getParamValue('utm_medium') !== 'endowment'
&& mw.util.getParamValue('wmf_medium') !== 'endowment'
) {
$('#frequency_monthly').click();
}
Line 1,226 ⟶ 1,486:
}
finally {
$('.frb-monthly-pitch, .frb-monthly-pitch-thanks').appendTo('.frequency-options');
$('.ptf').appendTo('.amount-options');
$('.optin-options').insertAfter('.amount-options');