Skip to content

Commit

Permalink
Updated default API version to 2023-01 (#154)
Browse files Browse the repository at this point in the history
Updating default API version to `2023-01` to avoid deprecated calls when version is not specified. No breaking changes were observed. A separate MR will be created for changes related to FullfillmentOrder changes

Co-authored-by: Navdeep Singh Sidhu <[email protected]>
  • Loading branch information
deepsidhu1313 and deepsidhu1313 authored Mar 6, 2023
1 parent 0048f88 commit 2197630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ abstract class Base
{
public const BASE_API_PATH = 'admin/api/%s';

public const DEFAULT_API_VERSION = '2021-07';
public const DEFAULT_API_VERSION = '2023-01';

/** @var string */
protected $shopifyApiVersion = self::DEFAULT_API_VERSION;
Expand Down

0 comments on commit 2197630

Please sign in to comment.