| 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", |