Added
- Support for the
GB_VOEC
deemed reseller category when callinggetOrders
. (#68)
Fixed
lwaRefreshToken
is no longer a requiredConfiguration
option if you only plan to call grantless operations using thatConfiguration
instance. Previously, even if an API class instance was only going to be calling grantless operations, anlwaRefreshToken
was still required in theConfiguration
options array. This was a bit of a catch-22 if you wanted to callgetAuthorizationCode
to convert MWS tokens into SP API refresh tokens. (#57)