Skip to content

Commit

Permalink
Add additional properties to ShopperLogin test types (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcua-mobify authored May 10, 2023
1 parent 620cc47 commit 0effe5b
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 0effe5b

Please sign in to comment.