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

Added (string) typecast to `$prop->getValue()`' call on lib/../util/Log.php:163

Open RickKukiela opened this issue 1 year ago • 2 comments

This addresses the possible bug still present in 2.0.3 which I discussed in this issue post:

https://github.com/AuthorizeNet/sdk-php/issues/458

RickKukiela avatar Jun 21 '24 21:06 RickKukiela

Hi @RickKukiela,

Thank you for this PR.

Unfortunately, absorbing this change and releasing it will take some time. Kindly be patient with us.

-- Gabriel

gnongsie avatar Jun 26 '24 07:06 gnongsie

All good! Thanks for confirming receipt :)

RickKukiela avatar Jun 26 '24 15:06 RickKukiela

Closing this PR as the fix has been added as part of a different commit. Also, I am not using type casting, in the event that it causes issues later on. Instead, I will check for null and provide an empty string if the object is null.

gnongsie avatar Sep 02 '24 14:09 gnongsie