Skip to content

Commit 73ff255

Browse files
authored
Ensure we set up even when we dont have admin_token (#330)
1 parent e09e530 commit 73ff255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private function createNavigation(): void
167167

168168
private function setShopifyApiConfig(): void
169169
{
170-
if (! $key = config('shopify.admin_token')) {
170+
if (! (config('shopify.admin_token') || config('shopify.client_id'))) {
171171
return;
172172
}
173173

0 commit comments

Comments
 (0)