You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Community, thanks in advance for all the support.
We are updating our servers to PHP 8.1 and we are reviewing all the versions of our projects.
We are using Kount SDK for PHP version 7.2, because we encounter that versions 7.3 and above fails while instantiating the kount Khash. We are using it this way.
$inquiry = new \Kount_Ris_Request_Inquiry(\Kount_Util_Khash::createKhash($myFilePath));
We receive the error:
"Argument #1 ($filename) must be of type string, Kount_Util_Khash given"
Do you have any idea why this happens? Is there a different way to prepare the Inquiry?
Thanks in Advance for all the help!
Warm Regards,
Ignacio.
Hi Community, thanks in advance for all the support.
We are updating our servers to PHP 8.1 and we are reviewing all the versions of our projects.
We are using Kount SDK for PHP version 7.2, because we encounter that versions 7.3 and above fails while instantiating the kount Khash. We are using it this way.
$inquiry = new \Kount_Ris_Request_Inquiry(\Kount_Util_Khash::createKhash($myFilePath));
We receive the error:
"Argument #1 ($filename) must be of type string, Kount_Util_Khash given"
Do you have any idea why this happens? Is there a different way to prepare the Inquiry?
Thanks in Advance for all the help!
Warm Regards,
Ignacio.
Adding Code and Error Screenshots:
https://freeimage.host/i/HTPpgrQ
https://freeimage.host/i/HTPp42V
The text was updated successfully, but these errors were encountered: