Skip to content

Commit fa79086

Browse files
committed
config array updated - for private api
1 parent 65f64f1 commit fa79086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ $config = array(
4040
'ShopUrl' => 'yourshop.myshopify.com',
4141
'ApiKey' => '***YOUR-PRIVATE-API-KEY***',
4242
'Password' => '***YOUR-PRIVATE-API-PASSWORD***',
43+
'AccessToken' => '***YOUR-PRIVATE-API-PASSWORD***', // optional but needed if you want to use graphql
4344
);
4445

4546
PHPShopify\ShopifySDK::config($config);

0 commit comments

Comments
 (0)