Compare commits

...

1 Commits

Author SHA1 Message Date
Bastian de Byl
26571a41fa changed ShippingAddress State to Province 2023-03-13 00:16:22 -04:00

View File

@@ -11,7 +11,7 @@ type SnipcartShippingAddress struct {
City string `json:"city"`
Country string `json:"country"`
PostalCode string `json:"postalCode"`
State string `json:"province"`
Province string `json:"province"`
Phone string `json:"phone"`
VatNumber string `json:"vatNumber,omitempty"`
}