diff --git a/app/PaymentDrivers/StripePaymentDriver.php b/app/PaymentDrivers/StripePaymentDriver.php index ad5056e03773..8e026d291d57 100644 --- a/app/PaymentDrivers/StripePaymentDriver.php +++ b/app/PaymentDrivers/StripePaymentDriver.php @@ -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;