From b9230fc8ef83ac6c04cf30f4bd43cf670ede8dfd Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Sun, 10 Oct 2021 12:03:39 +0200 Subject: [PATCH] Changed dev enviroment --- app/PaymentDrivers/StripePaymentDriver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/PaymentDrivers/StripePaymentDriver.php b/app/PaymentDrivers/StripePaymentDriver.php index 33b2923b6502..b70ff0715dce 100644 --- a/app/PaymentDrivers/StripePaymentDriver.php +++ b/app/PaymentDrivers/StripePaymentDriver.php @@ -197,7 +197,7 @@ class StripePaymentDriver extends BaseDriver && $this->client->currency() && ($this->client->currency()->code == 'EUR') && isset($this->client->country) - && in_array($this->client->country->iso_3166_3, ["BEL", "DEU"])) + && in_array($this->client->country->iso_3166_3, ["BEL"])) $types[] = GatewayType::BANCONTACT; return $types;