MediaWiki:DonationForm.js: Difference between revisions

Content deleted Content added
m explain function
temp fix for phab:T254274#6188493
Line 690:
if (typeof paymentSubMethod == 'undefined') {
paymentSubMethod = '';
}
// Temporary fix for https://phabricator.wikimedia.org/T254274#6188493
if ( paymentMethod === 'cc' ) {
form.gateway.value = 'ingenico';
}