You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dependency Respect\Validation has been upgraded from 1.x to 2.1.
The with() method on MaxMind\MinFraud may now be used when device and shopping_cart are not set.
Added the following new values to the payment processor validation:
apple_pay
aps_payments
You may now enable client-side email hashing by setting hashEmail to true in the MaxMind\MinFraud constructor's options parameter. When set,
this normalizes the email address and sends an MD5 hash of it to the web
service rather than the plain-text address. Note that the email domain will
still be sent in plain text.
Added support for the IP address risk reasons in the minFraud Insights and
Factors responses. This is available at ->ipAddress->riskReasons. It is
an array of MaxMind\MinFraud\Model\IpRiskReason objects.