We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a4e7d4 + 92dff85 commit 261b267Copy full SHA for 261b267
README.rst
@@ -206,6 +206,7 @@ Score, Insights and Factors Example
206
>>> 'cvv_result': 'N',
207
>>> 'bank_name': 'Bank of No Hope',
208
>>> 'issuer_id_number': '411111',
209
+ >>> 'token': '123456abc1234',
210
>>> 'was_3d_secure_successful': True
211
>>> },
212
>>> 'payment': {
@@ -231,7 +232,9 @@ Score, Insights and Factors Example
231
232
>>> 'subaffiliate_id': 'saf42',
233
>>> 'discount_code': 'FIRST',
234
>>> 'currency': 'USD',
- >>> 'amount': 323.21
235
+ >>> 'amount': 323.21,
236
+ >>> 'is_gift': True,
237
+ >>> 'has_gift_message': True
238
239
>>> 'custom_inputs': {
240
>>> 'section': 'news',
0 commit comments