Fri 19 Jan 2024
- Updated Create Checkout response to include custom checkout properties from DM if available (EIT-3646).
Tue 02 Jan 2024
- Updated Create Checkout response with Device ID if available (EIT-3456).
Wed 19 Jul 2023
- Updated the Get Configuration call to include MPID (EIT-3011).
Thu 16 Mar 2023
- Added CBT getConfiguration Parameter (EIT-2354).
- Added support for PHP 8.2 (EIT-2355).
Wed 30 Nov 2022
- Added new Persistence option using callbacks from host (EIT-2275)
Fri 26 Aug 2022
- Added support for preselected shipping options in Express Checkout with integrated shipping
- Added Europe V2 integration tests
- Fixed broken integration tests for UK where no preferred card is being returned
- Fixed broken integration tests for AU and NZ regions when simulating a decline
Fri 06 May 2022
- Add an empty class for PS upgrade compatibility (INC-1751)
Thu 24 Feb 2022
- Upgrade to the Afterpay Global API (EIT-782)
Mon 24 Jan 2022
- Installed phpunit as a dev dependency
- Standardised non-JSON responses into JSON error objects (EIT-741)
Wed 05 Jan 2022
- Added support for PHP 8.1
Tue 28 Sep 2021
- Updated the SIGNED_32BIT_INT_MIN in Model (EIT-488)
Fri 10 Sep 2021
- Add a
merchantPortalOrderUrlproperty to the Payment model (#42)
Thu 02 Sep 2021
- Add a setter on the HTTP class for log obfuscation
Thu 12 Aug 2021
- Restored composer.json for dist package (EIT-312)
Thu 12 Aug 2021
- Stopped bundling tests and sample code with dist package (EIT-312)
Wed 28 Jul 2021
- Added a store URL to the end of the UA header (#25)
Thu 22 Jul 2021
- Added merchant portal URLs for EU
Tue 20 Jul 2021
- Expanded Get Configuration responses to include information about:
- Cross-Border Trade (CBT) configuration
- Active countries (EU only)
Mon 19 Jul 2021
- Added a new feature to generate a Merchant Portal URL on Order creation
- Added support for European countries: Spain (ES), France (FR) and Italy (IT)
- Updated test workflows to separate build tests from integration tests
Wed 26 May 2021
- Added support for Express Checkout (#10)
Tue 25 May 2021
- Improved endpoint coverage (#14)
Fri 21 May 2021
- Improved the Consumer Simulator to also simulate 2FA (#18)
- Fixed a warning that could occur when validating GET requests (#13)
Fri 19 Feb 2021
- Added support for the Deferred Payment Flow
- Added a new Consumer Simulator feature for integration testing
Thu 04 Feb 2021
- Added a new feature to allow platforms to add extra details to UA header
Thu 03 Dec 2020
- Added build tests to verify compatibility with PHP 8.0
Wed 28 Oct 2020
- Performed composer updates and code linting
Wed 28 Oct 2020
- Initial release