MediaWiki:DonationForm T201415.js: Difference between revisions

Content deleted Content added
update minimums
update with recent fixes
Line 685:
if ( donationForm.validate( skipAmountValidation ) ) {
 
if (typeof paymentSubMethod == 'undefined') {
paymentSubMethod = '';
}
var paymentsURL = 'https://payments.wikimedia.org/index.php/Special:GatewayFormChooser';
 
Line 694 ⟶ 691:
if (typeof paymentSubMethod == 'undefined') {
paymentSubMethod = '';
}
// Temporary fix for https://phabricator.wikimedia.org/T254274#6188493
if ( paymentMethod === 'cc' ) {
form.gateway.value = 'ingenico';
}