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

DriverResult is missing the CountryCode property #228

Closed
DuncWatts opened this issue Oct 10, 2024 · 1 comment · Fixed by #229
Closed

DriverResult is missing the CountryCode property #228

DuncWatts opened this issue Oct 10, 2024 · 1 comment · Fixed by #229
Assignees

Comments

@DuncWatts
Copy link
Contributor

DuncWatts commented Oct 10, 2024

I believe this is a recentish change, but the country code is now available on the driver result. Just needs a new property adding to the model.

    [JsonPropertyName("country_code")]
    public string? CountryCode { get; set; } = default!;
@DuncWatts
Copy link
Contributor Author

This is also applicable to Result as well as DriverResult

@AdrianJSClark AdrianJSClark self-assigned this Oct 10, 2024
@AdrianJSClark AdrianJSClark linked a pull request Oct 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants