From 7f86d213422fa1b0344a01a1fff157c266da4b8a Mon Sep 17 00:00:00 2001 From: William Storey Date: Wed, 25 Mar 2026 10:28:45 -0700 Subject: [PATCH] Clarify that ipAddress is not required --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 981313db..fa049006 100644 --- a/README.md +++ b/README.md @@ -99,12 +99,11 @@ See the API documentation for more details. ```js const transactionReport = new minFraud.TransactionReport({ - ipAddress: '81.2.69.160', tag: minFraud.Constants.Tag.NOT_FRAUD, // The following key/values are not mandatory but are encouraged - chargebackCode: 'the string provided by your payment processor indicating - the reason for the chargeback', + chargebackCode: 'the string provided by your payment processor indicating the reason for the chargeback', + ipAddress: '81.2.69.160', maxmindId: '12345678', minfraudId: '58fa38d8-4b87-458b-a22b-f00eda1aa20d', notes: 'some notes',