davidtsadler / ebay-sdk-php

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

Setting PrivateListing to true when ReviseFixedPriceItem #142

Closed nocodelab closed 6 years ago

nocodelab commented 7 years ago

Dear all, I'm having an issue on changing PrivateListing value when i'm revising a FixedPriceItem. Basically, instead of changing that value on the existing auction it creates a brand new auction.

Have you experienced something similar?

Thanks!

michabbb commented 7 years ago

what has this todo with this framework ? for me that sounds like a question you should ask at the ebay forum....

nocodelab commented 7 years ago

I've asked here because I'm not sure if it's a framework bug or an API limitation.

michabbb commented 7 years ago

in that case, you have to debug the framework, and see, if a revise is really sent, if yes, the framework does what it should and i would say it's not a framework problem ;)

davidtsadler commented 6 years ago

Please use the forum for usage issues with the SDK.