Skip to content

Commit

Permalink
second fix for issue #9
Browse files Browse the repository at this point in the history
  • Loading branch information
anuditverma committed Aug 25, 2015
1 parent c70871f commit 406e4ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/v3/signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
$postal_addresses = $received->{"postal_addresses"};
$phone = $received->{"phone"};
$gender = $received->{"gender"};
$action = $received->{"action"};

if ($location_type_id == "") {
$location_type_id = "Main";
}

$data= array(
'first_name' => $given_name,
Expand Down

0 comments on commit 406e4ba

Please sign in to comment.