Laravel-ShopifyAPI icon indicating copy to clipboard operation
Laravel-ShopifyAPI copied to clipboard

Error in Retrieve information from a shop via GET request to the API endpoint

Open ate090913 opened this issue 7 years ago • 1 comments

Im Getting this error. array_intersect(): Argument #1 is not an array

in Shopify.php line 49

at HandleExceptions->handleError(2, 'array_intersect(): Argument #1 is not an array', '/Applications/XAMPP/xamppfiles/htdocs/shopify/vendor/bnmetrics/laravel-shopify-api/src/Shopify.php', 49, array('shopURL' => 'https://#####-3.myshopify.com/', 'scope' => array('read_products', 'read_themes'), 'allScope' => null))

ate090913 avatar Jun 18 '18 07:06 ate090913

After publishing your vendor configs you must clear config cache

nCuXaP avatar Jan 10 '19 16:01 nCuXaP