MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
don't preselect anything >1000 - hack to deal with error in email send
Tag: Reverted
rm unneeded todo, on donatewiki Apple Pay per country is handled in form templates
Line 1,127:
*/
donationForm.shouldShowApplePay = function ( country ) {
// TODO: Add country logic when we get a list from payments
if ( location.search.match('forceApplePay') ) {
return true;