diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-21 14:40:50 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-21 14:40:50 -0400 |
| commit | 4370a8133c8e9c870d7d2c659f27ac655896eec0 (patch) | |
| tree | a36bfb14030c6a01a9753aa0162c06d5c175fcfd /testdata/printjobcostreq.json | |
| parent | 473bfaddb6acd44e208406a224d75b75fdf9ec97 (diff) | |
| download | lulu-4370a8133c8e9c870d7d2c659f27ac655896eec0.zip | |
shorten client method names; implement order cancelation
Diffstat (limited to 'testdata/printjobcostreq.json')
| -rw-r--r-- | testdata/printjobcostreq.json | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/testdata/printjobcostreq.json b/testdata/printjobcostreq.json deleted file mode 100644 index d521f77..0000000 --- a/testdata/printjobcostreq.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "line_items": [ - { - "page_count": 32, - "pod_package_id": "0600X0900.BW.STD.PB.060UW444.MXX", - "quantity": 20 - }, - { - "page_count": 324, - "pod_package_id": "0425X0687.BW.STD.PB.060UW444.GXX", - "quantity": 200 - } - ], - "shipping_address": { - "city": "Lübeck", - "country_code": "DE", - "postcode": "23552", - "state_code": "", - "street1": "Holstenstr. 40", - "phone_number": "844-212-0689" - }, - "shipping_option": "EXPRESS" -}
\ No newline at end of file |