Updating save session endpoint
This commit is contained in:
parent
260287e6a6
commit
845604bd0f
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ const endpoints = Object.freeze({
|
|||
method: 'POST'
|
||||
},
|
||||
SaveSession: {
|
||||
url: '/order/api/v1/order/save-session',
|
||||
url: '/order/api/v1/order/save-session/iss',
|
||||
method: 'POST'
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue