Skip to content

Target [Billow\Contracts\PaymentProcessor] is not instantiable. #7

@venkatavinash

Description

@venkatavinash

Hello,

I have included all as described but I am getting the following when I call the route onto PaymentContoller@confirmPayment

Target [Billow\Contracts\PaymentProcessor] is not instantiable.

/var/www/html/bidtend/bidtend/vendor/laravel/framework/src/Illuminate/Container/Container.php

/**
 * Throw an exception that the concrete is not instantiable.
 *
 * @param  string  $concrete
 * @return void
 *
 * @throws \Illuminate\Contracts\Container\BindingResolutionException
 */
protected function notInstantiable($concrete)
{
    if (! empty($this->buildStack)) {
        $previous = implode(', ', $this->buildStack);

        $message = "Target [$concrete] is not instantiable while building [$previous].";
    } else {
        $message = "Target [$concrete] is not instantiable.";
    }

    throw new BindingResolutionException($message);
}

/**
 * Throw an exception for an unresolvable primitive.
 *
 * @param  \ReflectionParameter  $parameter
 * @return void
 *
 * @throws \Illuminate\Contracts\Container\BindingResolutionException
 */
protected function unresolvablePrimitive(ReflectionParameter $parameter)
{
    $message = "Unresolvable dependency resolving [$parameter] in class {$parameter->getDeclaringClass()->getName()}";

    throw new BindingResolutionException($message);
}

/**
 * Register a new resolving callback.
 *

Arguments
"Target [Billow\Contracts\PaymentProcessor] is not instantiable."

any help would be appreciated.

Laravel 5.5 , php 7.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions