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
users get the "SHA hash is missing. Please check your code and the Developers Documentation." after clicking the 'pay now' button. This API exception is thrown from line
if (empty($response[$this->shaHashType . "HASH"])) {
throw new ApiException("SHA hash is missing. Please check your code and the Developers Documentation.");
}
of the \src\Services\HostedService.php file
The hppResponse is a valid JSON. This error happens when parsing the hppResponse.
Sometimes the error goes when the user changes their browser and try.
The text was updated successfully, but these errors were encountered:
users get the "SHA hash is missing. Please check your code and the Developers Documentation." after clicking the 'pay now' button. This API exception is thrown from line
of the \src\Services\HostedService.php file
The hppResponse is a valid JSON. This error happens when parsing the hppResponse.
Sometimes the error goes when the user changes their browser and try.
The text was updated successfully, but these errors were encountered: