mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:34:30 -04:00
Merge pull request #4775 from beganovich/v5-2701-disable-google-apple-pay
(v5) Disable SEPA, Apple, Google PAY
This commit is contained in:
commit
0c7ae3bca8
@ -96,10 +96,10 @@ class StripePaymentDriver extends BaseDriver
|
|||||||
$types = [
|
$types = [
|
||||||
GatewayType::CREDIT_CARD,
|
GatewayType::CREDIT_CARD,
|
||||||
GatewayType::BANK_TRANSFER,
|
GatewayType::BANK_TRANSFER,
|
||||||
GatewayType::SEPA,
|
|
||||||
GatewayType::CRYPTO,
|
GatewayType::CRYPTO,
|
||||||
GatewayType::ALIPAY,
|
GatewayType::ALIPAY,
|
||||||
GatewayType::APPLE_PAY,
|
// GatewayType::SEPA, // TODO: Missing implementation
|
||||||
|
// GatewayType::APPLE_PAY, // TODO:: Missing implementation
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($this->company_gateway->getSofortEnabled() && $this->invitation && $this->client() && isset($this->client()->country) && in_array($this->client()->country, ['AUT', 'BEL', 'DEU', 'ITA', 'NLD', 'ESP'])) {
|
if ($this->company_gateway->getSofortEnabled() && $this->invitation && $this->client() && isset($this->client()->country) && in_array($this->client()->country, ['AUT', 'BEL', 'DEU', 'ITA', 'NLD', 'ESP'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user