Skip to content

Latest commit

 

History

History
174 lines (93 loc) · 3.46 KB

File metadata and controls

174 lines (93 loc) · 3.46 KB

Changelog

Version 1.8.0

Fri 19 Jan 2024

  • Updated Create Checkout response to include custom checkout properties from DM if available (EIT-3646).

Version 1.7.0

Tue 02 Jan 2024

  • Updated Create Checkout response with Device ID if available (EIT-3456).

Version 1.6.2

Wed 19 Jul 2023

  • Updated the Get Configuration call to include MPID (EIT-3011).

Version 1.6.1

Thu 16 Mar 2023

  • Added CBT getConfiguration Parameter (EIT-2354).
  • Added support for PHP 8.2 (EIT-2355).

Version 1.6.0

Wed 30 Nov 2022

  • Added new Persistence option using callbacks from host (EIT-2275)

Version 1.5.0

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

Version 1.4.1

Fri 06 May 2022

  • Add an empty class for PS upgrade compatibility (INC-1751)

Version 1.4.0

Thu 24 Feb 2022

  • Upgrade to the Afterpay Global API (EIT-782)

Version 1.3.10

Mon 24 Jan 2022

  • Installed phpunit as a dev dependency
  • Standardised non-JSON responses into JSON error objects (EIT-741)

Version 1.3.9

Wed 05 Jan 2022

  • Added support for PHP 8.1

Version 1.3.8

Tue 28 Sep 2021

  • Updated the SIGNED_32BIT_INT_MIN in Model (EIT-488)

Version 1.3.7

Fri 10 Sep 2021

  • Add a merchantPortalOrderUrl property to the Payment model (#42)

Version 1.3.6

Thu 02 Sep 2021

  • Add a setter on the HTTP class for log obfuscation

Version 1.3.5

Thu 12 Aug 2021

  • Restored composer.json for dist package (EIT-312)

Version 1.3.4

Thu 12 Aug 2021

  • Stopped bundling tests and sample code with dist package (EIT-312)

Version 1.3.3

Wed 28 Jul 2021

  • Added a store URL to the end of the UA header (#25)

Version 1.3.2

Thu 22 Jul 2021

  • Added merchant portal URLs for EU

Version 1.3.1

Tue 20 Jul 2021

  • Expanded Get Configuration responses to include information about:
    • Cross-Border Trade (CBT) configuration
    • Active countries (EU only)

Version 1.3.0

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

Version 1.2.0

Wed 26 May 2021

  • Added support for Express Checkout (#10)

Version 1.1.2

Tue 25 May 2021

  • Improved endpoint coverage (#14)

Version 1.1.1

Fri 21 May 2021

  • Improved the Consumer Simulator to also simulate 2FA (#18)
  • Fixed a warning that could occur when validating GET requests (#13)

Version 1.1.0

Fri 19 Feb 2021

  • Added support for the Deferred Payment Flow
  • Added a new Consumer Simulator feature for integration testing

Version 1.0.3

Thu 04 Feb 2021

  • Added a new feature to allow platforms to add extra details to UA header

Version 1.0.2

Thu 03 Dec 2020

  • Added build tests to verify compatibility with PHP 8.0

Version 1.0.1

Wed 28 Oct 2020

  • Performed composer updates and code linting

Version 1.0.0

Wed 28 Oct 2020

  • Initial release