inakiabt / etsy-php

Etsy API wrapper for PHP
74 stars 59 forks source link

Update enum for when_made for createListing #13

Open inextor opened 8 years ago

inextor commented 8 years ago

https://www.etsy.com/developers/documentation/reference/listing#method_createlisting 2010_2015 is not valid anymore because throws an exception in the server side

The validations for booleans as strings was because i had a exception on updateListingVariation on param is_available, the true value works well but false doesn't https://www.etsy.com/developers/documentation/getting_started/api_basics#type_boolean

TODO update the test for booleans