mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:14:30 -04:00
Changed country code
This commit is contained in:
parent
e5777c2305
commit
45d9127d26
@ -157,7 +157,7 @@ class StripePaymentDriver extends BaseDriver
|
|||||||
|
|
||||||
if ($this -> client
|
if ($this -> client
|
||||||
&& isset($this->client->country)
|
&& 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;
|
$types[] = GatewayType::IDEAL;
|
||||||
|
|
||||||
return $types;
|
return $types;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user