ordercloud-api / ordercloud-javascript-sdk

The official Javascript SDK for the OrderCloud eCommerce platform
MIT License
16 stars 15 forks source link

When token expires and is refreshed, the refreshed token is not saved #74

Closed crhistianramirez closed 2 years ago

crhistianramirez commented 2 years ago

The refresh request happens as expected but the token is never saved which causes subsequent requests to always require retrieving the token first which is inefficient. The token should be cached for future requests

crhistianramirez commented 2 years ago

Resolved in release 4.9.9