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 164
164
|
165
165
*/
166
166
167
- 'api_version ' => env ('SHOPIFY_API_VERSION ' , '2022 -01 ' ),
167
+ 'api_version ' => env ('SHOPIFY_API_VERSION ' , '2021 -01 ' ),
168
168
169
169
/*
170
170
|--------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function testMake(): void
42
42
$ this ->assertInstanceOf (BasicShopifyAPI::class, $ api );
43
43
$ this ->assertSame (Util::getShopifyConfig ('api_secret ' ), $ this ->app ['config ' ]->get ('shopify-app.api_secret ' ));
44
44
$ 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 ' ), '2022 -01 ' );
45
+ $ this ->assertSame ($ this ->app ['config ' ]->get ('shopify-app.api_version ' ), '2021 -01 ' );
46
46
}
47
47
48
48
public function testSetAndGetApi (): void
You can’t perform that action at this time.
0 commit comments