Skip to content

Commit 92dff85

Browse files
horghclaude
andcommitted
Add is_gift and has_gift_message to order example in README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c152f58 commit 92dff85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ Score, Insights and Factors Example
232232
>>> 'subaffiliate_id': 'saf42',
233233
>>> 'discount_code': 'FIRST',
234234
>>> 'currency': 'USD',
235-
>>> 'amount': 323.21
235+
>>> 'amount': 323.21,
236+
>>> 'is_gift': True,
237+
>>> 'has_gift_message': True
236238
>>> },
237239
>>> 'custom_inputs': {
238240
>>> 'section': 'news',

0 commit comments

Comments
 (0)