Skip to content

Commit 9bc14dd

Browse files
authored
Merge pull request #1841 from maxmind/wstorey/docs
Clarify that ipAddress is not required
2 parents a16fdc4 + 7f86d21 commit 9bc14dd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,11 @@ See the API documentation for more details.
9999

100100
```js
101101
const transactionReport = new minFraud.TransactionReport({
102-
ipAddress: '81.2.69.160',
103102
tag: minFraud.Constants.Tag.NOT_FRAUD,
104103

105104
// The following key/values are not mandatory but are encouraged
106-
chargebackCode: 'the string provided by your payment processor indicating
107-
the reason for the chargeback',
105+
chargebackCode: 'the string provided by your payment processor indicating the reason for the chargeback',
106+
ipAddress: '81.2.69.160',
108107
maxmindId: '12345678',
109108
minfraudId: '58fa38d8-4b87-458b-a22b-f00eda1aa20d',
110109
notes: 'some notes',

0 commit comments

Comments
 (0)