From 48f85453ffbe36f6c428a5d9a23b74122686b64c Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 13 May 2026 15:47:33 -0400 Subject: test marshal print and reprint requests --- ship.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ship.go') diff --git a/ship.go b/ship.go index 030c80d..0f59222 100644 --- a/ship.go +++ b/ship.go @@ -35,7 +35,7 @@ type ShippingAddress struct { // 2 or 3 letter state code (officially called ISO-3166-2 // subdivision codes). They are required for some countries (e.g. // US, MX, CA, AU). - State string `json:"state"` + State string `json:"state_code"` City string `json:"city"` Street1 string `json:"street1"` // First address line -- cgit v1.2.3