Update namespace in GoCardlessPaymentDriver

This commit is contained in:
Benjamin Beganović 2021-09-29 14:15:33 +02:00
parent f179b615c1
commit ba0210fff6

View File

@ -34,7 +34,7 @@ class GoCardlessPaymentDriver extends BaseDriver
public $payment_method;
public static $methods = [
GatewayType::BANK_TRANSFER => ACH::class,
GatewayType::BANK_TRANSFER => \App\PaymentDrivers\GoCardless\ACH::class,
];
const SYSTEM_LOG_TYPE = SystemLog::TYPE_GOCARDLESS;