Skip to content

Commit

Permalink
Update API version
Browse files Browse the repository at this point in the history
  • Loading branch information
xHeaven committed Jan 24, 2025
1 parent 14640a4 commit eea2f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/shopify-graphql.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'api_version' => env('SHOPIFY_API_VERSION', '2024-07'),
'api_version' => env('SHOPIFY_API_VERSION', '2025-01'),
'fail_on_throttled' => env('SHOPIFY_FAIL_ON_THROTTLED', true),
'throttle_max_tries' => env('SHOPIFY_THROTTLE_MAX_TRIES', 5),
];

0 comments on commit eea2f40

Please sign in to comment.