remove test country

This commit is contained in:
Lars Kusch 2021-10-10 07:08:34 +02:00
parent b598d6bfed
commit c756a00039

View File

@ -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;