mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
update gateway types
This commit is contained in:
parent
b31d65440b
commit
94a4605e38
@ -3,6 +3,4 @@
|
|||||||
include app_path("PaymentDrivers/Rotessa/vendor/autoload.php");
|
include app_path("PaymentDrivers/Rotessa/vendor/autoload.php");
|
||||||
|
|
||||||
class_alias("App\\PaymentDrivers\\Rotessa\\PaymentMethod","App\\PaymentDrivers\\Rotessa\\BankTransfer");
|
class_alias("App\\PaymentDrivers\\Rotessa\\PaymentMethod","App\\PaymentDrivers\\Rotessa\\BankTransfer");
|
||||||
class_alias("App\\PaymentDrivers\\Rotessa\\PaymentMethod","App\\PaymentDrivers\\Rotessa\\DirectDebit");
|
class_alias("App\\PaymentDrivers\\Rotessa\\PaymentMethod","App\\PaymentDrivers\\Rotessa\\Acss");
|
||||||
class_alias("App\\PaymentDrivers\\Rotessa\\PaymentMethod","App\\PaymentDrivers\\Rotessa\\Acss");
|
|
||||||
class_alias("App\\PaymentDrivers\\Rotessa\\PaymentMethod","App\\PaymentDrivers\\Rotessa\\Bacs");
|
|
@ -9,8 +9,8 @@ return [
|
|||||||
'token_billing' => true,
|
'token_billing' => true,
|
||||||
'webhooks' => [],
|
'webhooks' => [],
|
||||||
],
|
],
|
||||||
GatewayType::BACS => ['refund' => false, 'token_billing' => true, 'webhooks' => []],
|
//GatewayType::BACS => ['refund' => false, 'token_billing' => true, 'webhooks' => []],
|
||||||
GatewayType::DIRECT_DEBIT => ['refund' => false, 'token_billing' => true, 'webhooks' => []],
|
//GatewayType::DIRECT_DEBIT => ['refund' => false, 'token_billing' => true, 'webhooks' => []],
|
||||||
GatewayType::ACSS => ['refund' => false, 'token_billing' => true, 'webhooks' => []]
|
GatewayType::ACSS => ['refund' => false, 'token_billing' => true, 'webhooks' => []]
|
||||||
]
|
]
|
||||||
];
|
];
|
Loading…
x
Reference in New Issue
Block a user