File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/minfraud/components/report Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 following parameters must be supplied: ` ip_address ` , ` maxmind_id ` ,
88 ` minfraud_id ` , ` transaction_id ` .
99* Updated the validation for the Report Transactions API to check that
10- ` ip_address ` , ` maxmind_id ` , and ` minfraud_id ` contain valid values.
10+ ` ip_address ` , ` maxmind_id ` , and ` minfraud_id ` contain valid values.
1111
1212## v2.5.0 (2024-04-16)
1313
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class Transaction < Base
4040 # Premium request. These IDs are returned in the maxmindID field of a
4141 # response for a successful minFraud request. This field is not required
4242 # if you provide at least one of the transaction's ip_address,
43- # maxmind_id , or transaction_id. You are encouraged to provide it, if
43+ # minfraud_id , or transaction_id. You are encouraged to provide it, if
4444 # possible.
4545 #
4646 # @return [String, nil]
You can’t perform that action at this time.
0 commit comments