We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16fdc4 commit 7f86d21Copy full SHA for 7f86d21
README.md
@@ -99,12 +99,11 @@ See the API documentation for more details.
99
100
```js
101
const transactionReport = new minFraud.TransactionReport({
102
- ipAddress: '81.2.69.160',
103
tag: minFraud.Constants.Tag.NOT_FRAUD,
104
105
// 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',
+ chargebackCode: 'the string provided by your payment processor indicating the reason for the chargeback',
+ ipAddress: '81.2.69.160',
108
maxmindId: '12345678',
109
minfraudId: '58fa38d8-4b87-458b-a22b-f00eda1aa20d',
110
notes: 'some notes',
0 commit comments