andre 3 years ago
parent
commit
25ef441333
1 changed files with 1 additions and 0 deletions
  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($response);
         return $response;
     }
 }