ordercloud-api / ordercloud-javascript-sdk

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

Move customRoles into requestOptions object #81

Open crhistianramirez opened 1 year ago

crhistianramirez commented 1 year ago

Custom roles was added as an optional parameter on auth calls. Ideally this would have been added to the requestOptions object so that adding new optional parameters isn't a breaking change. Its not worth making the change right now, but consider updating it for the next breaking change