Skip to content

Commit

Permalink
fallback for api version
Browse files Browse the repository at this point in the history
  • Loading branch information
rupam committed Aug 9, 2021
1 parent 77c9600 commit c0accb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/shopify.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'key' => env("SHOPIFY_APIKEY", null),
'secret' => env("SHOPIFY_SECRET", null),

'version' => env("SHOPIFY_VERSION", null),
'version' => env("SHOPIFY_VERSION", '2020-01'),

// the prefix of the webhook url for uninstalled job
'enable_webhook' => (bool) env('ENABLE_WEBHOOK', 1),
Expand Down

0 comments on commit c0accb2

Please sign in to comment.