-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get shopify access scope error #108
Comments
There is no problem with the data structure. If you can get here, there should be no problem next; Did you encounter this error when obtaining other resources? If you can, please post the original PHP error report and JMS version |
Hi, Today i tried to install again and it worked well . i don't know why. Thank for your support. |
After upgrading, you can try to delete meta cache from your cache directory |
Hi Team
I am using package
"slince/shopify-api-php": "^3.0",
Today when i am re-install this package and try to get shopify access scope there are error occurs :
$client->getAccessScopeManager()->findAll();
=> Undefined offset: 16
When i debug this function then there is data from the response, but when going through the createMany function then an error occurred
=> I also checked package lock that is "version": "3.1.0"
The text was updated successfully, but these errors were encountered: