Releases: Vantiv/cnp-chargeback-sdk-java
Releases · Vantiv/cnp-chargeback-sdk-java
2.1.3
- Fixed issues with the MIME type mapping with the different file extensions
- The following MIME types are added(The allowed file extensions in documentation)
- tiff, jpeg, png, pdf, gif
2.1.2
- Fixed error handling for Document Retrieve request
- Split exceptions into
- ChargebackDocumentException : thrown when there is error in retrieve document
- ChargebackWebException : thrown when http status code is not 200 (success)
- ChargebackException : thrown when there are any other kinds of exceptions in the SDK
- Fixed certification test cases
- Internal code refactoring
2.1.1
- Renamed functions:
getActivityByActionable => getActionableChargebacks
getActivityByCaseId => getChargebackByCaseId
getActivityByToken => getChargebacksByToken
getActivityByCardNum => getChargebacksByCardNumber
getActivityByARN => getChargebacksByARN
2.1.0
- Feature: CNP CBK API 2.1 Support