Refactor payment method handling: Changed payment method from 'mollie' to 'wire' in CheckoutValidation and PaymentMethodSelector components. Removed Mollie-related content from Datenschutz page to streamline payment information.

This commit is contained in:
sebseb7
2025-07-16 16:35:05 +02:00
parent 1de3ba0115
commit e4b70dcbe2
3 changed files with 4 additions and 17 deletions

View File

@@ -82,7 +82,7 @@ class CheckoutValidation {
// Prefer stripe when available and meets minimum amount
if (deliveryMethod === "DHL" || deliveryMethod === "DPD" || deliveryMethod === "Abholung") {
return "mollie";/*stripe*/
return "wire";/*stripe*/
}
// Fall back to wire transfer