Closed jaskolek closed 4 years ago
Same for me. Seems like "DTS\eBaySDK\Browse\Types\TaxType" constructor expects an array, but the string is passed as value
This one fixes the issue temporarily:
/dts/ebay-sdk-php/src/Browse/Types/Taxes.php
change string 52
from 'type' => 'DTS\eBaySDK\Browse\Types\TaxType',
to 'type' => 'string',
can it be resolve in future?
@davidtsadler any news about your new process creating these files?
@michabbb Work on the new process is going slowing because I'm struggling to find the time to work on development. In addition it looks like I'm going to have to drop support for Enum classes in the Restful API as this information can't be generated from the OpenAPI files that eBay provide. This means that files such as https://github.com/davidtsadler/ebay-sdk-php/blob/master/src/Browse/Enums/AvailabilityStatusEnum.php will no longer be in the SDK once I switch to using the OpenAPI.
I've created an issue over here https://github.com/davidtsadler/ebay-api-sdk-php/issues/8 regarding the new OpenAPI code generation.
Hello,
First of all, thanks for your work on this project!
I have some problems with BrowseService::getItem() method. Usually it works well but for one specific id 'v1|122185519308|422430345674' it crashes:
Here is the code:
If this helps, I already dumped variables right before error (JsonParser::actualValue, $propertyMeta and $value):