Robin 6 vuotta sitten
vanhempi
commit
83f736202c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      normandcrm/service/common/pay/PayForm.php

+ 1 - 0
normandcrm/service/common/pay/PayForm.php

@@ -187,6 +187,7 @@ class PayForm extends Model
         if ($handler != null) {
             file_put_contents('huiqidata.txt',\GuzzleHttp\json_encode($data));
             $success = $handler->handleNotify($data);
+            file_put_contents('huiqi7.txt',$success);
             $this->_outNotifyResult = $handler->outNotify($success);
         }
         return $success;