FIX DASHBOARD COUNT
This commit is contained in:
parent
cce304899a
commit
5b6ec9f03e
@ -110,7 +110,7 @@ public function tresponse() {
|
||||
$paytmChecksum = isset($_POST["CHECKSUMHASH"]) ? $_POST["CHECKSUMHASH"] : "";
|
||||
$result['receivedFromPaytm'] = $paramList;
|
||||
// Verify checksum
|
||||
$isValidChecksum = 'TRUE';//verifychecksum_e($paramList, env('Merchant_Key'), $paytmChecksum);
|
||||
$isValidChecksum = verifychecksum_e($paramList, env('Merchant_Key'), $paytmChecksum);
|
||||
|
||||
if ($isValidChecksum == "TRUE") {
|
||||
//echo "<b>Checksum matched.</b><br/>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user