Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.8.0
-
Fix Version/s: 5.10.0-b1
-
Component/s: Plugins, Staff Interface
-
Labels:None
Description
When doing fraud checks and using MaxMind v2 Minfraud, the following error is returned when the address_2 field is blank. This seems to have an impact on the score that is returned, and not sending the field might be the solution.
To reproduce, enable MaxMind v2 and submit an order. Note that the fraud details include the following:
[
{ "code": "INPUT_INVALID", "warning": "Encountered value at \/billing\/address_2 that does not meet the required constraints.", "input_pointer": "\/billing\/address_2" }]
Suggestion is that if address_2 field is empty, to not submit it to MaxMind.