-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
26 lines (22 loc) · 1.04 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
= Vantiv eCommerce Chargeback SDK CHANGELOG
== Version 2.1.3 (May 21, 2018)
* 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
== Version 2.1.2 (April 24, 2018)
* 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
== Version 2.1.1 (April 12, 2018)
* Renamed functions:
getActivityByActionable => getActionableChargebacks
getActivityByCaseId => getChargebackByCaseId
getActivityByToken => getChargebacksByToken
getActivityByCardNum => getChargebacksByCardNumber
getActivityByARN => getChargebacksByARN
== Version 2.1.0 (April 12, 2018)
* Initial release