mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
remove test country
This commit is contained in:
parent
b598d6bfed
commit
c756a00039
@ -180,7 +180,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, ["AUT", "DEU"])) // TODO: remove test country
|
&& in_array($this->client->country->iso_3166_3, ["AUT"]))
|
||||||
$types[] = GatewayType::EPS;
|
$types[] = GatewayType::EPS;
|
||||||
|
|
||||||
return $types;
|
return $types;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user