From 490fbce853fba4ab1e5d1337cccb4d75c103a1cd Mon Sep 17 00:00:00 2001 From: diPhantxm Date: Sun, 16 Jun 2024 02:11:21 +0300 Subject: [PATCH] update --- ozon/fbs.go | 3 --- ozon/fbs_test.go | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) 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 Логистика самостоятельно, Москва",