Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add geocoding provider - Geocoder.xyz #57

Merged
merged 5 commits into from
Jan 21, 2024

Conversation

monishdeb
Copy link
Contributor

Depends on #56

@civibot civibot bot added the master label Jan 19, 2024
$coords['request_xml'] = $xml;
if (isset($xml->error)) {
$string = sprintf('Error %s: %s', $xml->error->code, $xml->error->description);
CRM_Core_Error::debug_var('Geocoding failed. Message from Geocoder.ca:', $string);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should be using \Civi::log()->debug() here I think. Non-blocking

@eileenmcnaughton eileenmcnaughton merged commit 4806b23 into eileenmcnaughton:master Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants