MediaWiki:DonationFormSandbox.js: Difference between revisions

Content deleted Content added
No edit summary
update to match prod
Line 1,472:
}
}
 
// Dumb hack to remove ACH for Portal test against Fundraise Up
if ( mw.util.getParamValue( 'wmf_source' ) === 'portalBanner_en6C_2024_overlayBanner4WikiForm' ) {
$('.paymentmethod-ach').remove();
}
 
}