Skip to content

Commit 7233f96

Browse files
committed
$config updated(added AccessToken for running graphql test)
1 parent 32ec82a commit 7233f96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TestResource.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public static function setUpBeforeClass()
2323
'ShopUrl' => getenv('SHOPIFY_SHOP_URL'), //Your shop URL
2424
'ApiKey' => getenv('SHOPIFY_API_KEY'), //Your Private API Key
2525
'Password' => getenv('SHOPIFY_API_PASSWORD'), //Your Private API Password
26+
'AccessToken' => getenv('SHOPIFY_API_PASSWORD'), //Your Access Token(Private API Password)
2627
);
2728

2829
self::$shopify = ShopifySDK::config($config);

0 commit comments

Comments
 (0)