You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, exceptions thrown during the in store pickup source distance calculations are being silently discarded. This PR simply logs the exceptions when they are caught.
Preconditions (*)
Google API as Distance Provider
Google API Key with invalid permissions (eg, referrer restrictions applied).
Steps to reproduce (*)
Configure source selection as preconditions
Navigate to checkout, and attempt a pick up at store address lookup
Expected result (*)
Error message in logs outlining, when the lookup failed
Actual result (*)
Error logs are empty, requiring a debugger/source changes to identify the failure reason
The text was updated successfully, but these errors were encountered:
Hi @SamJUK. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
Currently, exceptions thrown during the in store pickup source distance calculations are being silently discarded. This PR simply logs the exceptions when they are caught.
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: