1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

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()->code == 'EUR')
&& 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;
return $types;