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

gatewayTypes() public method

public gatewayTypes ( )
    public function gatewayTypes()
    {
        return [GATEWAY_TYPE_BITCOIN];
    }
BitPayPaymentDriver