Skip to content

Commit dd3ebf4

Browse files
horghclaude
andcommitted
Add isGift and hasGiftMessage to order example in README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b8e01ae commit dd3ebf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ Transaction request = new Transaction.Builder(
198198
.discountCode("10OFF")
199199
.referrerUri(new URI("https://www.google.com/"))
200200
.subaffiliateId("saf9")
201+
.isGift(true)
202+
.hasGiftMessage(true)
201203
.build()
202204
).payment(
203205
new Payment.Builder()

0 commit comments

Comments
 (0)