sdk-php
sdk-php copied to clipboard
PHP 8.2 compatibility error fixes
I didn't run into this error while testing PHP8.2 support in our application. I will need to update our forked version. Thank you for sharing your changes.
I did see a deprecation notice that you can no longer dynamically declare a property and need to include private $sensitiveStringRegexes = NULL;
on line 34 of lib/net/authorize/util/Log.php
/authorizenet/lib/net/authorize/util/Log.php:366
Creation of dynamic property net\authorize\util\Log::$sensitiveStringRegexes is deprecated
+1 on this, curious if this would fix upto 8.3