Skip to content

Commit 6796c84

Browse files
committed
Add .env var for api_version
1 parent bf585ce commit 6796c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/shopify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
/**
5757
* Admin API version - Set this to a fixed value (eg 2023-07) or null to let the library decide
5858
*/
59-
'api_version' => null,
59+
'api_version' => env('SHOPIFY_API_VERSION', null),
6060

6161
/**
6262
* Admin connection is a private app, defaults to false

0 commit comments

Comments
 (0)