rabin 1 year ago
parent
commit
ac357dd17a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bao/connect/api/Notify.php

+ 1 - 1
src/bao/connect/api/Notify.php

@@ -55,12 +55,12 @@ class Notify extends Api
         if (!$input) {
             $this->error('error');
         }
-        Dever::log($input, 'notify');
         $this->load($input, $connect_id, $api_id, $order_id);
     }
 
     private function load($input, $connect_id, $api_id, $order_id)
     {
+        Dever::log($input, 'notify');
         $this->connect = Dever::db('info', 'connect')->find($connect_id);
         $this->info = Dever::db('api', 'connect')->find($api_id);
         if (is_array($order_id)) {