Skip to content

v2.0.4

Compare
Choose a tag to compare
@resumeblaze resumeblaze released this 12 Jan 06:53
· 8 commits to master since this release

This release allows a user to integrate the Authorize.net PHP-SDK with PHP8.2. There was a minor issue that was required to suppress warnings. The variable, $sensitiveStringRegexes, was declared dynamically.

/authorizenet/lib/net/authorize/util/Log.php:366
Creation of dynamic property net\authorize\util\Log::$sensitiveStringRegexes is deprecated

This release adds the missing declaration on sdk-php/lib/net/authorize/util/Log.php on line 34 .

private $sensitiveStringRegexes = NULL;