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
Make possible to pass the token session as an extra parameter to the :google_places_details provider
I actually did not find any information about the session token parameter in the docs, how can I use with lookup?
I actually tried this way: lookup.search(params[:placeid], params: { sessiontoken: params[:session_token]), but I'm not sure if its working since I tried this way to pass the fields parameter and keep returning all the fields.
Expected behavior
Make possible to pass the token session as an extra parameter to the
:google_places_details
providerI actually did not find any information about the session token parameter in the docs, how can I use with lookup?
I actually tried this way:
lookup.search(params[:placeid], params: { sessiontoken: params[:session_token])
, but I'm not sure if its working since I tried this way to pass thefields
parameter and keep returning all the fields.Same for the configuration file:
fields: %w[address_components adr_address formatted_address geometry place_id]
Anyone ever faced the same behaviour?
The text was updated successfully, but these errors were encountered: