eWAYPayment / eway-rapid-php

Eway Rapid PHP library
https://www.eway.com.au
MIT License
14 stars 24 forks source link

Dynamic properties deprecated in PHP 8.2 #32

Open benignant opened 12 months ago

benignant commented 12 months ago

Dynamic properties have been deprecated in PHP 8.2. This SDK triggers a couple of deprecation warnings when processing transactions.

PHP Deprecated:  Creation of dynamic property Eway\Rapid\Service\Http\Response::$body is deprecated in eway-rapid-php\src\Rapid\Service\Http\Response.php on line 25
PHP Deprecated:  Creation of dynamic property Eway\Rapid\Service\Http\Response::$error is deprecated in eway-rapid-php\src\Rapid\Service\Http\Response.php on line 26

Edit: There is a PR which should fix the issue.