aboutsummaryrefslogtreecommitdiffstats
path: root/interior.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-05-08 17:44:16 -0400
committerSam Anthony <sam@samanthony.xyz>2026-05-08 17:44:16 -0400
commit8e1e1b0b71cea0705bb2ab7ed9b4c25379b92a77 (patch)
tree130a8e83d94ceef4a239336a32fa1a8b9ee7f697 /interior.go
parentace7694bad5752aa38fec3a13c071cf7b2bebfce (diff)
downloadlulu-8e1e1b0b71cea0705bb2ab7ed9b4c25379b92a77.zip
shipping address and speed
Diffstat (limited to 'interior.go')
-rw-r--r--interior.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/interior.go b/interior.go
index 19417e5..b1cdce7 100644
--- a/interior.go
+++ b/interior.go
@@ -26,7 +26,7 @@ func (s InteriorValidationStatus) IsFinal() bool {
// validateInteriorReq is the json body of a /validate-interior/ request.
type validateInteriorReq struct {
SrcUrl string `json:"source_url"`
- PkgId PkgId `json:"pod_package_id"`
+ Mfg PkgId `json:"pod_package_id"`
}
// validateInteriorReq is the json body of a /validate-interior/ request without the optional pod_package_id.