Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: donate.html

Issue 6275119580184576: Issue 1477 - Change credit card payment method (Closed)
Patch Set: Created Dec. 2, 2014, 2:39 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: donate.html
===================================================================
--- a/donate.html
+++ b/donate.html
@@ -322,17 +322,17 @@ button:active
});
},
"credit-card": function()
{
if (verify(priceValue))
return;
openProviderPage({
- action: "https://billing.micropayment.de/creditcard/event/",
+ action: "https://billing.micropayment.de/creditcard/file/",
fields: {
project: "dblock",
paytext: formValues.name,
currency: currencyValue.get(),
lang: langValue.get({
"de": "de",
"en": "en",
"es": "es",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld