Skip to content

Commit

Permalink
Fix typos and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Jun 12, 2024
1 parent 7516541 commit 3865187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
following parameters must be supplied: `ip_address`, `maxmind_id`,
`minfraud_id`, `transaction_id`.
* Updated the validation for the Report Transactions API to check that
`ip_address`, `maxmind_id`, and `minfraud_id` contain valid values.
`ip_address`, `maxmind_id`, and `minfraud_id` contain valid values.

## v2.5.0 (2024-04-16)

Expand Down
2 changes: 1 addition & 1 deletion lib/minfraud/components/report/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Transaction < Base
# Premium request. These IDs are returned in the maxmindID field of a
# response for a successful minFraud request. This field is not required
# if you provide at least one of the transaction's ip_address,
# maxmind_id, or transaction_id. You are encouraged to provide it, if
# minfraud_id, or transaction_id. You are encouraged to provide it, if
# possible.
#
# @return [String, nil]
Expand Down

0 comments on commit 3865187

Please sign in to comment.