Closed inzamam-idrees closed 5 years ago
Hi Inzimam, here is the issue you can follow this thread https://github.com/davidtsadler/ebay-sdk-examples/issues/8
I read all of the discussion, the owner of sdk said that it is the error of version number or appId key mistakes. But in my situation these are correct. But still error occur for those production and sandbox environment. But when using the same keys and apiversion for both sandbox and production environment I got the right response while testing in the developer account.
Please update dts/ebay-sdk-php version 15.0 to 18.0 in your composer.json file
@inzamam-idrees https://github.com/hkonnet/laravel-ebay/issues/2 Check this as well.. Try production keys..
Now it's working for me for both sandbox as well as production keys. Thanks for your time
I got the error while fetching the products using keyword.
// Create the service object. $ebay_service = new EbayServices(); $service = $ebay_service->createFinding();
I am putting the right credentials for sandbox as well as production in ebay.php. And these credentials tested online for developer account.
but in application i got this error: Server error:<e (truncated...)
POST https://svcs.sandbox.ebay.com/services/search/FindingService/v1
resulted in a500 Internal Server Error
response: <?xml version='1.0' encoding='UTF-8'?>How do I fix it?