mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update namespace in GoCardlessPaymentDriver
This commit is contained in:
parent
f179b615c1
commit
ba0210fff6
@ -34,7 +34,7 @@ class GoCardlessPaymentDriver extends BaseDriver
|
|||||||
public $payment_method;
|
public $payment_method;
|
||||||
|
|
||||||
public static $methods = [
|
public static $methods = [
|
||||||
GatewayType::BANK_TRANSFER => ACH::class,
|
GatewayType::BANK_TRANSFER => \App\PaymentDrivers\GoCardless\ACH::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
const SYSTEM_LOG_TYPE = SystemLog::TYPE_GOCARDLESS;
|
const SYSTEM_LOG_TYPE = SystemLog::TYPE_GOCARDLESS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user