diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-08 17:44:16 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-08 17:44:16 -0400 |
| commit | 8e1e1b0b71cea0705bb2ab7ed9b4c25379b92a77 (patch) | |
| tree | 130a8e83d94ceef4a239336a32fa1a8b9ee7f697 /interior.go | |
| parent | ace7694bad5752aa38fec3a13c071cf7b2bebfce (diff) | |
| download | lulu-8e1e1b0b71cea0705bb2ab7ed9b4c25379b92a77.zip | |
shipping address and speed
Diffstat (limited to 'interior.go')
| -rw-r--r-- | interior.go | 2 |
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. |