MediaWiki:MonthlyConvert.js: Difference between revisions

Content deleted Content added
don't do monthlyconvert here for adyen credit card - can be done post-payments now
update to use params.currency not params.currency_code
Line 275:
 
var initialAmount = params.amount,
currency = params.currency_codecurrency || 'USD',
suggestedAmount = mc.getSuggestedAmount( initialAmount, currency ),
locale = donationForm.getLocale( params.uselang, params.country ),