Template:2011FR/Form-section-processing: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Cbarr (talk | contribs)
No edit summary
Cbarr (talk | contribs)
No edit summary
Line 46: Line 46:
gateway.value = "paypal";
gateway.value = "paypal";
document.paypalcontribution.appendChild(gateway);
document.paypalcontribution.appendChild(gateway);
}

if (i=="ew-pp-usd"){
paymentType = "pp";
action_url="https://wikimediafoundation.org/wiki/Special:ContributionTracking/</html>{{int:lang}}<html>";
var gateway = document.createElement("input");
gateway.type = "hidden";
gateway.name = "gateway";
gateway.value = "paypal";
document.paypalcontribution.appendChild(gateway);
document.getElementById("currency_code").value="USD";
}
}



Revision as of 21:27, 16 November 2011