Skip to content

Commit

Permalink
Rebuild lock files and fix ShopperLogin mutation test
Browse files Browse the repository at this point in the history
  • Loading branch information
vcua-mobify committed May 10, 2023
1 parent 4bbbf61 commit d9cfe50
Show file tree
Hide file tree
Showing 13 changed files with 88,065 additions and 87,119 deletions.
665 changes: 509 additions & 156 deletions package-lock.json

Large diffs are not rendered by default.

9,297 changes: 4,663 additions & 4,634 deletions packages/commerce-sdk-react/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const loginEndpoint = '/shopper/auth/'
// Additional properties are ignored, so we can use this mega-options object for all endpoints
const OPTIONS = {
parameters: {
organizationId: 'organizationId',
client_id: 'client_id',
refresh_token: 'token'
},
Expand Down Expand Up @@ -60,7 +61,8 @@ const TOKEN_RESPONSE: ShopperLoginTypes.TokenResponse = {
id_token: 'id_token',
refresh_token: 'refresh_tone',
token_type: 'token_type',
usid: 'usid'
usid: 'usid',
idp_access_token: 'idp_access_token'
}

// --- TEST CASES --- //
Expand Down
Loading

0 comments on commit d9cfe50

Please sign in to comment.