diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-11 20:59:08 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-11 20:59:08 +0530 | 
| commit | 99aee928a64649be75c4698b8e856e3ea05bc695 (patch) | |
| tree | 82ae701e75935560e1c69cc2b329d4262987ffcc /customer/customer.go | |
| parent | 9b43fb9988e53a579fd9dffbdc890b0817f575c2 (diff) | |
renamed customer.ShippingAddresses to customer.ShippingAddressv0.17.2
Diffstat (limited to 'customer/customer.go')
| -rw-r--r-- | customer/customer.go | 2 | 
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  }  |