Mollie
This commit is contained in:
@@ -216,9 +216,9 @@ export const PUT = defineApiRoute({
|
||||
},
|
||||
method: input.bezahlmethode as PaymentMethod,
|
||||
description: "Verbrauchsausweis Wohnen 2016",
|
||||
redirectUrl: `https://ibcornelsen.de/payment/success?a=${ausweis.id}&r=${rechnung.id}`,
|
||||
webhookUrl: `https://ibcornelsen.de/api/webhooks/mollie?id=${rechnung.id}`,
|
||||
cancelUrl: `https://ibcornelsen.de/kundendaten?a=${ausweis.id}&r=${rechnung.id}`
|
||||
redirectUrl: `https://online-energieausweis.org/payment/success?a=${ausweis.id}&r=${rechnung.id}`,
|
||||
webhookUrl: `https://online-energieausweis.org/api/webhooks/mollie`,
|
||||
cancelUrl: `https://online-energieausweis.org/kundendaten?a=${ausweis.id}&r=${rechnung.id}`
|
||||
});
|
||||
|
||||
const checkoutUrl = payment.getCheckoutUrl();
|
||||
|
||||
Reference in New Issue
Block a user