Skip to content

Commit

Permalink
Merge pull request #112 from savchukoleksii/feature/storefront-tokens…
Browse files Browse the repository at this point in the history
…-methods

Feature/storefront tokens methods
  • Loading branch information
bakura10 authored Feb 6, 2021
2 parents c614ffb + bc58382 commit a6d413b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,13 +447,13 @@ Here is a list of supported endpoints (more to come in the future):

* array getAccessScopes(array $args = [])

**ACCESS SCOPE RELATED METHODS:**
**STOREFRONT ACCESS TOKEN RELATED METHODS:**

* array getStorefrontAccessTokens(array $args = [])
* array createStorefrontAccessToken(array $args = [])
* array deleteStorefrontAccessToken(array $args = [])

**STOREFRONT ACCESS TOKEN RELATED METHODS:**
**APPLICATION CHARGE RELATED METHODS:**

* array getApplicationCharges(array $args = [])
* array getApplicationCharge(array $args = [])
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceDescription/Shopify-v1.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
'uri' => 'admin/api/{version}/storefront_access_tokens.json',
'responseModel' => 'GenericModel',
'summary' => 'Create a new storefront token',
'data' => ['root_key' => 'article'],
'data' => ['root_key' => 'storefront_access_token'],
'parameters' => [
'version' => [
'description' => 'API version',
Expand Down

0 comments on commit a6d413b

Please sign in to comment.