Skip to content

Commit 261b267

Browse files
authored
Merge pull request #330 from maxmind/wstorey/docs
Add more fields to README examples
2 parents 3a4e7d4 + 92dff85 commit 261b267

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ Score, Insights and Factors Example
206206
>>> 'cvv_result': 'N',
207207
>>> 'bank_name': 'Bank of No Hope',
208208
>>> 'issuer_id_number': '411111',
209+
>>> 'token': '123456abc1234',
209210
>>> 'was_3d_secure_successful': True
210211
>>> },
211212
>>> 'payment': {
@@ -231,7 +232,9 @@ Score, Insights and Factors Example
231232
>>> 'subaffiliate_id': 'saf42',
232233
>>> 'discount_code': 'FIRST',
233234
>>> 'currency': 'USD',
234-
>>> 'amount': 323.21
235+
>>> 'amount': 323.21,
236+
>>> 'is_gift': True,
237+
>>> 'has_gift_message': True
235238
>>> },
236239
>>> 'custom_inputs': {
237240
>>> 'section': 'news',

0 commit comments

Comments
 (0)