diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-21 18:13:15 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-21 18:21:54 -0400 |
| commit | 06ba9b3e492ca47f6f966bd7bd6044809b989c30 (patch) | |
| tree | 8077af89b899ca57be8d688380c36bbc70534103 /cost.go | |
| parent | 9d5cc798f82ff4a899984fa73014bd604d44ee32 (diff) | |
| download | lulu-c78cb8cc6ab72f86190d29b5da935b1c304d64af.zip | |
tidyv0.1.0
Diffstat (limited to 'cost.go')
| -rw-r--r-- | cost.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -60,7 +60,9 @@ type printJobCostReq struct { ShipOpt ShippingLevel `json:"shipping_option"` } -// TODO: just use ShippingAddress? +// printJobCostReqShipAddr is a subset of a shipping address. It is +// necessary because the API returns an error if the address in a +// /print-job-cost-calculations/ request has any extra fields. type printJobCostReqShipAddr struct { City string `json:"city"` Country string `json:"country_code"` |