diff --git a/ozon/fbs.go b/ozon/fbs.go index e82396e..f9f5d51 100644 --- a/ozon/fbs.go +++ b/ozon/fbs.go @@ -350,9 +350,6 @@ type FBSCustomer struct { // Delivery address details Address FBSCustomerAddress `json:"address"` - // Customer e-mail - CustomerEmail string `json:"customer_email"` - // Customer identifier CustomerId int64 `json:"customer_id"` diff --git a/ozon/fbs_test.go b/ozon/fbs_test.go index 8762471..2c22ce5 100644 --- a/ozon/fbs_test.go +++ b/ozon/fbs_test.go @@ -564,6 +564,7 @@ func TestGetShipmentDataByIdentifier(t *testing.T) { "order_id": 438764970, "order_number": "57195475-0050", "status": "awaiting_packaging", + "substatus": "posting_awaiting_passport_data", "delivery_method": { "id": 18114520187000, "name": "Ozon Логистика самостоятельно, Москва",