Skip to content

Invalid request. Invalid 'cid' parameter. #3

Description

@djo57

Hello,

Great job for this bundle, I just had an error in the file /src/Service/CurlConnector.php with this link : https://maps.googleapis.com/maps/api/place/details/json?cid=%s&key=%s

I replaced cid by place_id : https://maps.googleapis.com/maps/api/place/details/json?place_id=%s&key=%s

Now it works fine.

You can also add the possibility on chose the order : reviews_sort=newest or most_relevant (by default) in your yaml conf file : https://maps.googleapis.com/maps/api/place/details/json?place_id=%s&key=%s&reviews_sort=newest in my case

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions