Changed dev enviroment

This commit is contained in:
Lars Kusch 2021-10-10 12:03:39 +02:00
parent be128474a0
commit b9230fc8ef

View File

@ -197,7 +197,7 @@ class StripePaymentDriver extends BaseDriver
&& $this->client->currency() && $this->client->currency()
&& ($this->client->currency()->code == 'EUR') && ($this->client->currency()->code == 'EUR')
&& isset($this->client->country) && 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; $types[] = GatewayType::BANCONTACT;
return $types; return $types;