forked from hps/heartland-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
23 lines (23 loc) · 1.63 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
v1.5, 5/22/2014 -- Initial package release.
v1.5.1 5/22/2014 -- Added unified test configuration
v1.5.2 5/23/2014 -- fixed issue in the token service tests, added remaining dependencies.
v1.5.3 5/23/2014 -- updated readme.txt formatting
v1.5.35 5/30/2014 -- fixed bug with edit transaction
v1.5.36 6/3/2014 -- fixed some issues with the gift card processing/unit tests.
v1.5.37 6/11/2014 -- Added validation for check name on ACH CCD transactions.
v1.5.4 6/26/2014 -- General fixes and moved code in core files to __init__ files.
v1.5.42 8/22/2014 -- Updated error handling to always throw HpsExcpetion based exceptions.
v1.5.5 1/13/2015 -- Updated eCheck and general bug fixes.
v2.0.1 3/18/2015 -- Implemented a fluent interface, updated gift, ACH and Payplan interfaces.
v2.0.1.1 4/10/2015 -- Updated our repo information
v2.0.2 5/11/2015 -- Added Debit and EBT interfaces. Added certification scripts.
v2.0.4 5/11/2015 -- HpsCreditException now returns issuer exceptions and removed the print statements from validation
v2.0.5 5/11/2015 -- Adding certification tests
v2.0.6 5/11/2015 -- HpsGatewayException also now returning details properly
v2.1.1 6/25/2015 -- PCI 3 URL Changes version matched up with GitHub
v2.1.3 8/26/2015 -- Added the Manage Token call to the HpsCreditService
v2.1.4 8/26/2015 -- Fixed bug in transaction parsing
v2.1.5 8/27/2015 -- Fixed issuer surrounding transaction-less response messages
v2.4.1 11/24/2015 -- Updated URLS to TLS1.1+ end points
v2.5.1 2.12.2015 -- Updated expired test card information
v2.5.7 19/01/2017 -- Adding authorization_code, returned_amount, reversed_amount and transaction_status to HpsReportTransactionDetails