Commit 9c3226f6 by Jansa Jose

Merge branch 'master' into 'local_production'

update user address api See merge request !59
parents 56c46877 3fe72c29
......@@ -824,10 +824,6 @@ class Webservice_model extends CI_Model {
public function update_user_address($postData){
$respArr = array('status'=>'error');
if(empty($postData)){
$respArr['message'] = 'All Field is required';
return $respArr;
}
if(empty($postData['id'])){
$respArr['message'] = 'Address Id is required';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment