diff --git a/app/PaymentDrivers/StripePaymentDriver.php b/app/PaymentDrivers/StripePaymentDriver.php index ca3cc778878e..397adf6f8aa6 100644 --- a/app/PaymentDrivers/StripePaymentDriver.php +++ b/app/PaymentDrivers/StripePaymentDriver.php @@ -180,7 +180,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, ["AUT", "DEU"])) // TODO: remove test country + && in_array($this->client->country->iso_3166_3, ["AUT"])) $types[] = GatewayType::EPS; return $types;