We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We encountered this behavior after upgrading from MinFraud 1.x to 3.x
IMO the user_agent value should be extracted/removed from the $values array regardless of whether a session_id exists.
user_agent
$values
see
minfraud-api-php/src/MinFraud.php
Lines 216 to 218 in 3ad51f5
The text was updated successfully, but these errors were encountered:
Thank you. That is certainly a bug. I am not sure what the intent was there.
Sorry, something went wrong.
Fix handling of user_agent from array
d7e7f55
Closes #172.
Successfully merging a pull request may close this issue.
We encountered this behavior after upgrading from MinFraud 1.x to 3.x
IMO the
user_agent
value should be extracted/removed from the$values
array regardless of whether a session_id exists.see
minfraud-api-php/src/MinFraud.php
Lines 216 to 218 in 3ad51f5
The text was updated successfully, but these errors were encountered: