@@ -409,7 +409,7 @@ class cwp7_Admin {
$response
);
- return array('status' => 'Error', 'err_msg' => curl_error($ch));
+ return array('status' => 'Error', 'err_msg' => $response['msj'] ? $response['msj'] : curl_error($ch));
};
curl_close($ch);
return json_decode($response, true);