mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Changed country code
This commit is contained in:
parent
e5777c2305
commit
45d9127d26
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user