diff options
Diffstat (limited to 'ship.go')
| -rw-r--r-- | ship.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |