stevebauman / location

Detect a users location by their IP Address.
MIT License
1.1k stars 177 forks source link

Fixes incorrect property access on MaxMind driver when passing off in… #161

Closed craigpaul closed 9 months ago

craigpaul commented 9 months ago

Summary:

This pull request fixes #160, where the timezone field in the MaxMind driver gets nullified during the processing of the IP due to an underscore mismatch in property naming.

Changes Made:

Updated the MaxMind driver to access the correct timezone field, aligning it with the naming convention used in the Fluent class.

Updated corresponding tests to ensure the proper functioning of the updated driver.

stevebauman commented 9 months ago

Awesome thanks @craigpaul! Appreciate the PR 🙏

I've just released v7.1.4 with this patch.