/home/desid573/book.familycab.com.au/eway-rapid-php-master
NameSizeModeActions
resource/-0755rm
src/-0755rm
.editorconfig3110644editdlrm
CHANGELOG.md14140644editdlrm
composer.json10530644editdlrm
include_eway.php12350644editdlrm
LICENSE.md11310644editdlrm
README.md30100644editdlrm
Edit: /home/desid573/book.familycab.com.au/eway-rapid-php-master/CHANGELOG.md (1414B)
# Changelog All notable changes will be documented in this file ## 1.3.4 - Added extra fields to support customising the Responsive Shared Page when creating and updating token customers. ## 1.3.3 - Fix so that `SecuredCardData` is passed when doing a token customer update ## 1.3.2 - Added `SecuredCardData` field to Customer object for token creation with Secure Fields etc. ## 1.3.1 - Added `SecuredCardData` field to support Secure Fields, Visa Checkout, AMEX Express Checkout and Android Pay - `ThirdPartyWalletID` marked as deprecated, SecuredCardData should be used instead. ## 1.3.0 - Added support for setting a Rapid version ## 1.2.2 - Added support for a PSR-3 logger to log errors - Very basic input validation for some functions - Added handling of extra HTTP headers from proxies ## 1.2.1 - Changed create and update customer to use MOTO for TransactionType to support not sending the CVN ## 1.2.0 - Added support for Settlement Search - Now PSR2 compliant (added `composer phpcs` command to check) ## 1.1.3 - Added `SaveCustomer` flag to Transactions to create a token when a transaction is completed ## 1.1.2 - Removed exception thrown when Rapid field is not in SDK Model ## 1.1.1 - Added update token customer function ## 1.0.1 - Added manual install option and basic autoloader - Improved error handling of connection errors ## 1.0.0 - First release