Skip to content

Tag: paypal

Trying to access array offset on value of type null in laravel

I am getting this error when I am trying to create a new object I am using this package https://github.com/srmklive/laravel-paypal to integrate the PayPal ExpressCheckout in my Laravel app Error Message ErrorException Trying to access array offset on value of type null Answer You should clear the cache. Run t…

How to send payments to multiple receiver?

I appreciate your advice on this matter. I’ve been looking for a way to send payments to multiple receivers from paypal for a few days, I’m developing a platform in Laravel, and I’ve tried the api-sdk-php, and it works perfectly for individual payments however, I have not got the correspondi…