ordercloud-api / ordercloud-javascript-sdk

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

<null> values appear as strings in response body #5

Closed robertsoniv closed 7 years ago

robertsoniv commented 7 years ago

Tested out using postman and confirmed this isn't just the staging API. When using the SDK in an angular context I am receiving response bodies like the one below:

{
  "SecurityProfileID": "AU",
  "BuyerID": "null",
  "UserGroupID": "null",
  "UserID": "null"
}