mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:34:30 -04: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()
|
||||||
&& ($this->client->currency()->code == 'EUR')
|
&& ($this->client->currency()->code == 'EUR')
|
||||||
&& isset($this->client->country)
|
&& 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;
|
$types[] = GatewayType::BANCONTACT;
|
||||||
|
|
||||||
return $types;
|
return $types;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user