-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathCHANGELOG
executable file
·165 lines (117 loc) · 6.02 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
= LitleOnline CHANGELOG
==Version 11.4.0 (March 28, 2018)
* Feature: FastAccessFunding support
==Version 11.0.1 (March 27, 2017)
* Feature: added PGP encryption support
== Version 11.0 (April 12, 2017)
* Feature: implement Vantiv eCommerce XMLv11.0
* Feature: SEPA Support
* Feature: iDEAL support
* Feature: new giftCard transactions
* Feature: giroPay support
* Feature: Network Enhancements mandates
* Feature: add support for raw network response
* Bug fix: specify char encoding in HTTP header
==Version 10.1.1
* Feature: support standalone FraudCheck transaction type
==Version 10.1
* Feature: Support for the following new transactions:
FundingInstructionVoid and QueryTransaction
* Feature: 'id' field should be added to all incoming transaction types
* Feature: Constraints were added to ApplepayType and ApplyPayHeaderType
* Feature: Wallet class was added and new enum types were introduced
==Version 9.3.2
HTTP timeout set to 500ms
==Version 9.3.1 (March 9, 2015)
*Feature: PFIF instruction transaction support was added
== Version 9.3.0
* Feature: Applepay support was added
* Feature: Secondary amount support was added
* Feature: Add support for new Batch transaction in version 9.3 schema
== Version 9.0.0 (August 27,2014)
* Feature: Add support for new element in version 9 schema
== Version 8.27.0 (August 27,2014)
* Feature : Added samples for all kinds of transactions
== version 8.25.1(July 18,2014)
* Feature : Added Env variables to setup ruby config
== version 8.25.0 (March 17, 2014)
* Feature: Added support for ROAM: Authorization, ForceCapture, CaptureGivenAuth, Sale, Credit
== version 8.24.0 (March 17, 2014)
* Feature: add triggered rules for advancedFraudCheckResult
== Version 8.23.0 (March 14, 2014)
* Feature: advancedFraudChecks now available in authorization and sale
* Feature: catLevel (Cardholder Activated Terminal) now available in pos
* Feature: advancedFraudResults now available in fraudResult
== Version 8.22.0 (March 14, 2014)
* Feature: Support for the following new gift card transactions:
ActivateReversal, DeactivateReversal, LoadReversal, RefundReversal,
UnloadReversal, DepositReversal
* Feature: UpdateSubscription now can take token or paypage updates, and
can return token in the response
* Feature: Support for virtualGiftCard in giftCard activations and can be returned in EnhancedAuthResponses
* Feature: Gift Card responses can be returned from AuthReversal
== Version 8.21.0 (March 13, 2014)
* Feature: Support for the following new recurring transactions:
CreatePlan, UpdatePlan
* Feature: Support for the following new gift card transactions:
Activate, Deactivate, Load, Unload, Balance Inquiry
* Feature: Gift card responses are now returned as part of
authorzationResponse, authReversalResponse, captureResponse,
forceCapture, captureGivenAuthResponse, saleResponse, creditResponse
* Feature: fraudResult is now returned as part of captureResponse,
forceCaptureResponse, captureGivenAuthResponse, creditResponse
== Version 8.20.0 (December 17, 2013)
* Feature: More initial support for Recurring, including the ability to update or cancel subscriptions
== Version 8.19.0 (March 07, 2014)
* Feature: Added deptRepayment as a choice for authorizations, forceCapture, captureGivenAuth, sale
* Feature: More initial support for Recurring, including a backwards incompatible changing a field from numberOfPaymentsRemaining to numberOfPayments
== Version 8.18.0 (July 31, 2013)
* Feature: Add initial support for Recurring
* Feature: Add support for Gift Card as a card type (GC)
== Version 8.17.0 (June 13, 2013)
* Feature: Batch support - see https://gist.github.com/litleSDK/5687345, https://gist.github.com/litleSDK/5714803 and https://gist.github.com/litleSDK/5714847
* Feature: Add support for surcharging credit card transactions
* Feature: Add support for specifying the terminalId on a pos transaction
* Feature: Add support for pos transactions on tied refunds
* Cleanup: Drop support for 1.8.6
== Version 8.16.0 (March 29, 2013)
* Feature: Merged pull request #7 from pierre to add external logging support
* Feature: Add recyling to voidResponse
* Bugfix: Force the "version" attribute of a LitleOnlineRequest to be the major and minor version of the sdk submitting the transaction instead of using the value from the configuration file
* Bugfix: Add Connection: close header to reduce the chance of 403s from reaching the ip connection limit
* Bugfix: Merged pull request #5 from simeonwillbanks to fix a typo in sale when payPalOrderComplete is specified
== Version 8.15.0 (January 31, 2013)
* Feature: Add merchantData to echeck verifications and echeck redeposits
== Version 8.14.0 (January 31, 2013)
* Feature: Temporary storage of card validation num on tokens
* Feature: Updating card validation numbers on tokens
== Version 8.13.2 (June 28, 2012)
* Feature: Most schema validations are now handled by ruby code and throw errors.
* Bugfix: Remove hardcoded username/password fields
== Version 8.13.1 (May 22, 2012)
* Feature: Echeck Void now supported
== Version 8.13.0 (May 18, 2012)
* Feature: Authorizations and Sales can accept an optional fraudFilterOverride parameter
== Version 8.12.4 (May 17, 2012)
* Bugfix: Use modules so that we are not polluting the global namespace
== Version 8.12.3 (May 17, 2012)
* Bugfix: Allow use without the configuration file
== Version 8.12.2 (May 16, 2012)
* Bugfix: Fix bug where rails "capture" method was interfering with Litle's "capture"
== Version 8.12.1 (May 15, 2012)
* Feature: Support Ruby 1.8.7
* Bugfix: Add support for line item data and tax detail to enhanced auth
== Version 8.12.0 (April 16, 2012)
* Feature: Add support for actionReason on credit
* Feature: Track SDK Usage
* Bugfix: Add support for MerchantData on auth and sale
== Version 8.10.3 (April 16, 2012)
* Feature: Support Ruby 1.8.6
* Bugfix: Setup sandbox url was incorrect
* Cleanup: Support newest sandbox conventions
== Version 8.10.1 (March 2, 2012)
* Feature: Allow use without the configuration file
* Bugfix: Reauth works
* Cleanup: Use ruby conventions
== Version 8.10.0 (February 17, 2012)
* Initial release