Skip to content

Commit 7f86d21

Browse files
committed
Clarify that ipAddress is not required
1 parent a16fdc4 commit 7f86d21

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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)