Robin 6 anni fa
parent
commit
8666629914
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      normandcrm/service/common/pay/payplat/PayHandler.php

+ 1 - 2
normandcrm/service/common/pay/payplat/PayHandler.php

@@ -67,8 +67,7 @@ class PayHandler extends BasePayHandler
      */
     public function handleNotify($data)
     {
-   		
-        $data['secret'] = $this->Key;
+//        $data['secret'] = $this->Key;
         $tt = print_r($data,true);
         file_put_contents('payplat_data.txt',$tt);
         if (isset($data['sign']) && trim($data['sign']) !== '') {