Change address field tag
This commit is contained in:
@@ -340,7 +340,7 @@ type PostingProduct struct {
|
|||||||
|
|
||||||
type FBSCustomer struct {
|
type FBSCustomer struct {
|
||||||
// Delivery address details
|
// Delivery address details
|
||||||
Address FBSCustomerAddress `json:"customer"`
|
Address FBSCustomerAddress `json:"address"`
|
||||||
|
|
||||||
// Customer e-mail
|
// Customer e-mail
|
||||||
CustomerEmail string `json:"customer_email"`
|
CustomerEmail string `json:"customer_email"`
|
||||||
|
|||||||
Reference in New Issue
Block a user