Change address field tag

This commit is contained in:
Anton Salnikov
2023-07-09 18:02:23 +04:00
committed by Kirill
parent 7adaa92ad4
commit eea0f99066

View File

@@ -340,7 +340,7 @@ type PostingProduct struct {
type FBSCustomer struct {
// Delivery address details
Address FBSCustomerAddress `json:"customer"`
Address FBSCustomerAddress `json:"address"`
// Customer e-mail
CustomerEmail string `json:"customer_email"`