davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
350 stars 343 forks source link

GalleryURL missing in Trading\Types\PictureDetailsType #138

Closed billyonecan closed 7 years ago

billyonecan commented 7 years ago

As the title states, the $propertyTypes array is missing GalleryURL in the Trading\Types\PictureDetailsType class. It's present in MerchantData\Types\PictureDetailsType's $propertyTypes array (and is the only difference between the two). I've added it manually to test, and it's populated in the response of a GetMyeBaySelling request.