diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-07-29 14:59:34 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-07-29 14:59:34 -0230 |
| commit | c0467b88c2a8a70b15e0ed7549863bafcac266ea (patch) | |
| tree | 46e904f5a60f75eb88b80f44c293b40072c50a5b /testdata/reprintreq.json | |
| parent | 0594075ecc77c672f33ce9e36dbf1c1a6c89ccb7 (diff) | |
| download | lulu-c0467b88c2a8a70b15e0ed7549863bafcac266ea.zip | |
shipping addresses: mark optional fields omitempty/omitzero
Diffstat (limited to 'testdata/reprintreq.json')
| -rw-r--r-- | testdata/reprintreq.json | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/testdata/reprintreq.json b/testdata/reprintreq.json index 75544cd..0539428 100644 --- a/testdata/reprintreq.json +++ b/testdata/reprintreq.json @@ -17,13 +17,7 @@ "phone_number": "844-212-0689", "postcode": "23552", "state_code": "", - "street1": "Holstenstr. 40", - "street2": "", - "email": "", - "title": "", - "is_business": false, - "organization": "", - "recipient_tax_id": "" + "street1": "Holstenstr. 40" }, "shipping_level": "MAIL" } |