slince / shopify-api-php

:rocket: Shopify API Client for PHP
MIT License
128 stars 47 forks source link

Returning null values after updating the library #99

Closed Skreiphoff closed 3 years ago

Skreiphoff commented 3 years ago

After updating the library, there is a problem with returning data from shopify, at the stage of transferring it to the controller. At the same time, the data comes from Shopify in a normal state, the problem can be solved by completely removing the vendor and rolling back the composer.lock. What could be the problem?

slince commented 3 years ago

Can you take a detailed screenshot and tell me your upgraded version

jstoone commented 3 years ago

Sounds a lot like a confused serializer @Skreiphoff. Would you mind taking a look at what I wrote in https://github.com/slince/shopify-api-php/issues/84#issuecomment-754911464? Maybe that should shed some light on what you're experiencing. ☺️ :v:

Skreiphoff commented 3 years ago

@jstoone, да ситуация схожа с одним из наших кейсов

jstoone commented 3 years ago

@jstoone, да ситуация схожа с одним из наших кейсов EN: @jstoone, yes the situation is similar to one of our cases

That's great! Did you try deleting the temporary cache directory, as mentioned in my comment?

Skreiphoff commented 3 years ago

@jstoone no, we made a decision to stay on version 2.4.3, because an error occurred in another application, we do not process the value in the queue, which, as we assume, is also associated with the slince library

jstoone commented 3 years ago

I see. But you don't get any exceptions from the library? If not I might suggest that we close this issue, and update the upgrade guide.