From 386518707e9bee03e9e870979748822a235dd5a4 Mon Sep 17 00:00:00 2001 From: Nick Logan Date: Wed, 12 Jun 2024 16:21:03 +0000 Subject: [PATCH] Fix typos and formatting --- CHANGELOG.md | 2 +- lib/minfraud/components/report/transaction.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f661ed..87f7382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/minfraud/components/report/transaction.rb b/lib/minfraud/components/report/transaction.rb index a647871..6e752c9 100644 --- a/lib/minfraud/components/report/transaction.rb +++ b/lib/minfraud/components/report/transaction.rb @@ -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]