zf-fr / zfr-shopify

Guzzle client around Shopify API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

integer error

gigirk opened this issue · comments

It seems that previously it worked, but now when the formats and products of greater are of a bigger ID it lets work and I get an error that the id that I send is not of typo integer. When I print the data I get the id type float.

I solved it by eliminating validation by removing lines

'type' => 'integer',

of the functions that I use from /src/serviceDescription/Shopify-v1.php .
I have solved it by eliminating validation by removing lines from the functions used but it is not the final solution, only until someone corrects it.
Thank you very much and greetings.