Releases: Vantiv/litle-sdk-for-dotNet
Releases · Vantiv/litle-sdk-for-dotNet
9.3.1
Feature: PFIF instruction transaction support was added
9.3.0
- Bugfix: Load proxy from setting file and adding constructor for accountUpdateFileRequestData and adding test cases
- Bugfix: Fix bug in generating echeckAccountTypeEnum CorpSavings in request
- Bugfix: Fix non-nullable enum fields bug, and add tests
- Feature: Applepay support was added
- Feature: Secondary amount support was added
- Feature: Wallet support was added
- Feature: EcheckPreNoteSale batch transaction type support was added
- Feature: EcheckPreNoteCredit batch transaction type support was added
8.29.0
- Bugfix: Load proxy from setting file and adding constructor for accountUpdateFileRequestData and adding test cases
- Bugfix: Fix bug in generating echeckAccountTypeEnum CorpSavings in request
- Bugfix: Fix non-nullable enum fields bug, and add tests
- Feature: Applepay support was added
- Feature: Secondary amount support was added
8.25.3
8.25.2
This release adds the following:
8.25.2
Feature: Added neutering functionality to scrub cred card and Echeck account numbers in logFile by default
8.25.1
Feature: Added logFile setting for capturing requests & responses to a log file
8.25.0
version 8.25.0 (Mar 19, 2014)
Feature- Added mpos element to auth, sale, force capture, capture given auth, and credit
8.23.2
Version 8.23.2 (Jan 17, 2014)
- Bugfix: Re-releasing 8.23.1. The 8.23.1 dll was not the correct version.
Version 8.23.1 (Jan 16, 2014)
- Bugfix: When sending pos catlevel of "self service", because this string is not a valid name, the xml generated was missing the space. This fix changes posCatLevelEnum from an enum to a class and adds a Serialize() method that correctly converts the member name "selfservice" to the xml value named "self service"