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"
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"