hkonnet / laravel-ebay

This package for laravel framework to access Ebay.
MIT License
40 stars 41 forks source link

Credentials must be an instance of DTS\eBaySDK\Credentials\CredentialsInterface, an associative array that contains "appId", "certId", "devId", or a credentials provider function. #13

Closed G-cake closed 4 years ago

G-cake commented 5 years ago

Hello, I setup all details same as you describe but when i hit thr route is throw Credentials must be an instance of DTS\eBaySDK\Credentials\CredentialsInterface, an associative array that contains "appId", "certId", "devId", or a credentials provider function error.i check dts\ebay-sdk-php\src\functions.php this file it show $value['appId'], $value['certId'], $value['devId'] are not set but i set them in ebay.php. Thank you