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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user