Changed country code

This commit is contained in:
Lars Kusch 2021-10-09 17:40:14 +02:00
parent e5777c2305
commit 45d9127d26

View File

@ -157,7 +157,7 @@ class StripePaymentDriver extends BaseDriver
if ($this -> client
&& isset($this->client->country)
&& in_array($this->client->country->iso_3166_3, ["DEU"])) // TODO: change to netherlands
&& in_array($this->client->country->iso_3166_3, ["NLD"]))
$types[] = GatewayType::IDEAL;
return $types;