Skip to content

Enable PHP 8.0 compatibility

Choose a tag to compare

@Ryouzanpaku Ryouzanpaku released this 02 Jul 11:37
d094b9e

Added

  • Enable PHP 8.0 compatibility.
  • Allow PHPUnit version 8.x and 9.x in composer dev requirements and adjust tests accordingly.
  • Payment Page examples: Add missing customer information that are required for payment with Instalment (address, dob, salutation).

Changed

  • \UnzerSDK\Services\HttpService::handleErrors explicitly casts response code to int, to ensure same behavior on all PHP versions.
  • Several minor changes.