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:
parent
be128474a0
commit
b9230fc8ef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user