Skip to content

Maintenance Release

Compare
Choose a tag to compare
@bjguillot bjguillot released this 07 Jan 03:40
· 37 commits to master since this release

Version 2.2.1 - January 2017

  • Fix OrderReferenceNotification IPN (receiving undocumented SellerId field)
  • Fix AuthorizationNotification IPN (receiving Id instead of member inside IdList)
  • Modify logging for IPN JSON responses to add newlines for easier debugging
  • Remove dependency on Apache Commons Lang jar
  • Remove unneeded dependencies in Maven pom.xml build file
  • Add support for MWSAuthToken to CreateOrderReferenceForId
  • Add support for MWSAuthToken to GetAuthorizationDetails
  • Fix ValidateBillingAgreement responses so that you get parsed results
  • Fix inheritShippingAddress so that it is a Boolean instead of String
    (Original String method retained with @deprecated annotation.)