From b11972c36972d03a36452dc2f0ed20487769f335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 27 Jan 2021 12:00:42 +0100 Subject: [PATCH] disable sepa & applepay --- app/PaymentDrivers/StripePaymentDriver.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/PaymentDrivers/StripePaymentDriver.php b/app/PaymentDrivers/StripePaymentDriver.php index 1b1681be26..076ebb66cf 100644 --- a/app/PaymentDrivers/StripePaymentDriver.php +++ b/app/PaymentDrivers/StripePaymentDriver.php @@ -96,10 +96,10 @@ class StripePaymentDriver extends BaseDriver $types = [ GatewayType::CREDIT_CARD, GatewayType::BANK_TRANSFER, - GatewayType::SEPA, GatewayType::CRYPTO, GatewayType::ALIPAY, - GatewayType::APPLE_PAY, +// GatewayType::SEPA, // TODO: Missing implementation +// GatewayType::APPLE_PAY, // TODO:: Missing implementation ]; if ($this->company_gateway->getSofortEnabled() && $this->invitation && $this->client() && isset($this->client()->country) && in_array($this->client()->country, ['AUT', 'BEL', 'DEU', 'ITA', 'NLD', 'ESP'])) {