From 8e1e1b0b71cea0705bb2ab7ed9b4c25379b92a77 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 8 May 2026 17:44:16 -0400 Subject: shipping address and speed --- cover.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cover.go') diff --git a/cover.go b/cover.go index ba2bc2a..a44ebab 100644 --- a/cover.go +++ b/cover.go @@ -38,7 +38,7 @@ func (s CoverValidationStatus) IsFinal() bool { // coverDimensionsReq is the json body of a /cover-dimensions/ request. type coverDimensionsReq struct { - PkgId PkgId `json:"pod_package_id"` + Mfg PkgId `json:"pod_package_id"` NPages uint `json:"interior_page_count"` Unit Unit `json:"unit"` } @@ -46,7 +46,7 @@ type coverDimensionsReq struct { // validateCoverReq is the json body of a /validate-cover/ request. type validateCoverReq struct { SrcUrl string `json:"source_url"` - PkgId PkgId `json:"pod_package_id"` + Mfg PkgId `json:"pod_package_id"` NPages uint `json:"interior_page_count"` } -- cgit v1.2.3