Skip to content

Release 2.0.1

Compare
Choose a tag to compare
@mvdpanne mvdpanne released this 17 Oct 12:05
· 681 commits to master since this release
3facd0a

Summary:

  • A number of bugs in the code examples were fixed.
  • Some code cleanup in the resources Base class.
  • The OrderLines.delete method did not JSON encode the passed data, and as a result the request would fail. The JSON encode functionality now has been moved to a more appropriate place.
  • Allow DELETE requests to have a request body, to support the profileId and testmode parameters for OAuth requests.
  • Added default Content-Type request header to the outgoing HTTP request, because some environments define this themselves if it is not provided by the client (see #67).