andre il y a 3 ans
Parent
commit
2b1afe4688
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      api/cwp7/Admin.php

+ 1 - 0
api/cwp7/Admin.php

@@ -335,6 +335,7 @@ class cwp7_Admin {
             return array('error_msg' => $response);
         }; */
         curl_close($ch);
+        print_r($this->cwp7URL . '/v1/' . $endpoint);
         print_r($data);
         return $response;
     }