Skip to content

Commit

Permalink
Merge branch 'dev' into preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
tamw-wnet committed Aug 23, 2023
2 parents 1e76e7f + 0448089 commit 6c34918
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/class-pbs-check-dma.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ public function get_location_by_reverse_geocode($latitude, $longitude, $provider
// zip+4 doesn't work with PBS
$zipcode = substr($zipcode, 0, 5);
}
error_log(json_encode($address));
$county = isset($address["county"]) ? $address["county"] : $address["district"];
$return = array("zipcode" => $zipcode, "state" => $address["stateCode"], "county" => $county, "country" => $address["countryCode"]);
break;
Expand Down

0 comments on commit 6c34918

Please sign in to comment.