App\Ninja\PaymentDrivers\CustomPaymentDriver::gatewayTypes PHP Method

gatewayTypes() public method

public gatewayTypes ( )
    public function gatewayTypes()
    {
        return [GATEWAY_TYPE_CUSTOM];
    }
CustomPaymentDriver