square-php-sdk icon indicating copy to clipboard operation
square-php-sdk copied to clipboard

unirest-php has removed static entities in the latest release

Open AjSleigh opened this issue 3 years ago • 0 comments

Describe the bug The latest release of unirest-php has removed static entities causing fatal php errors starting with BaseApi.php line 63.

Expected behavior The sample code to work.

To Reproduce Steps to reproduce the bug:

  1. Follow the instructions for manual configuration
  2. use unirest-php-3.0.0 (the latest version)
  3. The code fails
  4. use unirest-php-2.3.0
  5. The code works

Square SDK version square-php-sdk-20.1.0.20220720

Additional context Add any other context about the problem here.

AjSleigh avatar Jul 23 '22 09:07 AjSleigh