From c152f58b170d237ce6e991628ff1a4f413d0aefd Mon Sep 17 00:00:00 2001 From: William Storey Date: Wed, 25 Mar 2026 11:14:58 -0700 Subject: [PATCH 1/2] Add token to credit card example in README Co-Authored-By: Claude Opus 4.6 (1M context) --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 9b59ae0..1abc095 100644 --- a/README.rst +++ b/README.rst @@ -206,6 +206,7 @@ Score, Insights and Factors Example >>> 'cvv_result': 'N', >>> 'bank_name': 'Bank of No Hope', >>> 'issuer_id_number': '411111', + >>> 'token': '123456abc1234', >>> 'was_3d_secure_successful': True >>> }, >>> 'payment': { From 92dff850bb5a08bd91b7b87c22ebae5a7d304e88 Mon Sep 17 00:00:00 2001 From: William Storey Date: Wed, 25 Mar 2026 11:19:38 -0700 Subject: [PATCH 2/2] Add is_gift and has_gift_message to order example in README Co-Authored-By: Claude Opus 4.6 (1M context) --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1abc095..e90e4bd 100644 --- a/README.rst +++ b/README.rst @@ -232,7 +232,9 @@ Score, Insights and Factors Example >>> 'subaffiliate_id': 'saf42', >>> 'discount_code': 'FIRST', >>> 'currency': 'USD', - >>> 'amount': 323.21 + >>> 'amount': 323.21, + >>> 'is_gift': True, + >>> 'has_gift_message': True >>> }, >>> 'custom_inputs': { >>> 'section': 'news',