aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/customer/customer.go
diff options
context:
space:
mode:
Diffstat (limited to 'customer/customer.go')
-rw-r--r--customer/customer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/customer/customer.go b/customer/customer.go
index 25c4645..521c531 100644
--- a/customer/customer.go
+++ b/customer/customer.go
@@ -51,5 +51,5 @@ type Customer struct {
Email string
Website string
BillingAddress CustomerBillingAddress
- ShippingAddresses CustomerShippingAddress
+ ShippingAddress CustomerShippingAddress
}