Releases: eWAYPayment/eway-rapid-php
Releases · eWAYPayment/eway-rapid-php
v1.4.2
- Resolves issues with PHP vesion compatability
- Added new Rapid response codes
v1.4.1
- Add Apple Pay/ Google Pay Tokenization support
v1.4.0
- Added support for 3DS 2.0 Transactions
- Increased timeout to 120 seconds
v1.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
v1.3.2
- Added
SecuredCardData
field to Customer object for token creation with Secure Fields etc.
v1.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.
v1.3.0
- Added support for setting a Rapid version
v1.2.3
- Fix for PHP 5.4 return value in write context
v1.2.2
- Added support for a PSR-3 logger to log errors (includes a simple logger Eway\Rapid\Service\Logger)
- Very basic input validation for some functions
- Added handling of extra HTTP headers from proxies