andre 3 lat temu
rodzic
commit
b0ece9bb8e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      api/cwp7/Admin.php

+ 1 - 1
api/cwp7/Admin.php

@@ -335,7 +335,7 @@ class cwp7_Admin {
             return array('error_msg' => $response);
             return array('error_msg' => $response);
         }; */
         }; */
         curl_close($ch);
         curl_close($ch);
-        echo "debug1";
+        print_r($data);
         return $response;
         return $response;
     }
     }
 }
 }