diff --git a/app/PaymentDrivers/StripePaymentDriver.php b/app/PaymentDrivers/StripePaymentDriver.php index 52b9dc67caf0..71a920631077 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'])) {