File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 168168 |
169169 */
170170
171- 'api_version ' => env ('SHOPIFY_API_VERSION ' , '2023-04 ' ),
171+ 'api_version ' => env ('SHOPIFY_API_VERSION ' , '2023-10 ' ),
172172
173173 /*
174174 |--------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function testMake(): void
4242 $ this ->assertInstanceOf (BasicShopifyAPI::class, $ api );
4343 $ this ->assertSame (Util::getShopifyConfig ('api_secret ' ), $ this ->app ['config ' ]->get ('shopify-app.api_secret ' ));
4444 $ this ->assertSame (Util::getShopifyConfig ('api_key ' ), $ this ->app ['config ' ]->get ('shopify-app.api_key ' ));
45- $ this ->assertSame ($ this ->app ['config ' ]->get ('shopify-app.api_version ' ), '2023-04 ' );
45+ $ this ->assertSame ($ this ->app ['config ' ]->get ('shopify-app.api_version ' ), '2023-10 ' );
4646 }
4747
4848 public function testSetAndGetApi (): void
You can’t perform that action at this time.
0 commit comments