Skip to content

Commit 3865187

Browse files
committed
Fix typos and formatting
1 parent 7516541 commit 3865187

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

lib/minfraud/components/report/transaction.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)