Releases: wepay/WePay-Java-SDK
Releases · wepay/WePay-Java-SDK
Release 12.0.0
- Released v12.0.0, updating API support to 2019-04-03
- Added CreditCardModifyData
- Added optional cardOnFile and recurring for CreditCard.modify
- Added getCardOnFile() and getRecurring() for CreditCard
Release 11.0.1
- Released v11.0.1
- Handled potential NullPointerExceptions
- Changed the default name of the Maven build artifact to include version info
- Handled potential error response serialization problem
Release 11.0.0
- Released v11.0.0, updating API support to 2018-10-03
- Added AccountFindData.start and AccountFindData.limit
Note: This release was intended to be published on Oct 19, 2018.
Release 10.1.0
- Released v10.1.0, updating API support to 2018-08-29
- Added PaymentMethodData.inlineCreditCard
- Added PMInlineCreditCardData type
- Added WePayException.details, WePayException.documentationUrl and ErrorDetail class to support new fields in error responses
Release 10.0.0
- Released v10.0.0, updating API support to 2018-03-21
- Added support for AccountBalancesObjectData.withdrawalType, UserData.type
- Added DateOfBirthData, NameData, SsoTokenData
- Added User.markEmailVerified(), User.changeEmail(), User.requestSsotoken(), User.logout()
- Changed KYCPrefillInfoData.name to NameData type, phone and entityPhone to InternationalPhoneNumberData type, dob to DateOfBirthData type, address and entityAddress to AddressData type
- Removed AddressData.buildAddress()
Release 9.2.0
- Released v9.2.0 again, with the correct changes in the attachments
- Added support for Account.disablementTime and Account.ownerUserId
Note: the previous Release 9.2.0 was incorrect, and has been deleted, along with the previous 9.2.0 tag.
Release 9.1.0
- Released v9.1.0, updating API support to 2017-05-31
- Added support for CreditCard.bin
Release 9.0.0
- Released v9.0.0, updating API support to 2017-02-01
- Added support for Account.supportContactNumber
- Changed Account.mcc from Integer to String
Release 8.1.0
- Released v8.1.0, adding support for Risk Headers on API calls.
Release 8.0.0
- Released v8.0.0, updating API support to 2016-12-07
- Added support for optional account_id in CreditCard.authorize()
- Added CreditCard.getBackingInstrumentName()