This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
Releases: PaylineByMonext/payline-php-sdk
Releases · PaylineByMonext/payline-php-sdk
4.69
Changelog:
- wsdl upgrade
- add threeDSInfo and travelFileNumber in doAuthorization
- add threeDSInfo and travelFileNumber in doImmediateWalletPayment
- remove duplicate code on sub object creation
- remove CRLF ending files
- add reset methode to reuse SDK instance
4.68.1 - fix
- Fix dependencies issue with Laravel v8 (#77)
4.68
- wsdl upgrade
- add merchantURL and merchantCountryCode in verifyEnrollment
- ADD FAILOVER mechanism
- add method setSoapOptions to change SoapClient options
- add method setFailoverOptions to change failover behavior and cache usage
- add getSoapLastContent to retrieve last SOAP context
- fix warnings on undefined array keys in SDK
4.66
WSDL 4.66 upgrade
4.64.1
- wsdl upgrade and split wsdl in three files
- new properties authorizedCurrency, authorizedAmount in Authorization
- new property challengeWindowSize in threeDSInfo
- support php 7.4 replace array_key_exists by property_exists on object
- allow to customize waiting time when connecting to Payline servers
- format request for UpdateWallet call
- fix phpdoc for logger
4.59.6
4.59.6
- Request formatting for update wallet
Fix
- Fix date_default_set_timezone
- Fix encryption padding
4.59.4
Fix typo
4.59.3
Add support for monolog v2
Fix verifyEnrollment merchantScore
4.59.2
Fix empty arrays warn