Hey Piotr I am facing the exact same issue, did you manage to get it 
resolved?

On Monday, August 18, 2014 at 11:22:08 AM UTC+5:30, Piotr Galas wrote:
>
> Hello All.
>
> I use sonata e-commerce and I trying to implement paypal. Unfortunatly 
> when my app recive notification from paypal it return error. After digging 
> I found that problem is  $webConnectorProvider which is null (in 
> BasePaypal.php in vendors).
> After reciveing notification my app goes to this line:
>
>         $client = $this
>             ->getWebConnectorProvider()
>             ->getNamedClient($this->getOption('web_connector_name', 
> 'default'));
>
> And return error that $this->getWebConnectorProvider() is not an object.
>
>
> In BasePaypal.php is description is:
>
>     /**
>      *
>      * Object that manages http client
>      * @todo Check if it really is used
>      */
>     protected $webConnectorProvider = null;
>
>
> So can somebody give me advice how should i set this object? Or maybe 
> there is another solution?
>

-- 
You received this message because you are subscribed to the Google Groups 
"sonata-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sonata-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to