From b57204f262a52036a3f53665f951ab56fe8a4aee Mon Sep 17 00:00:00 2001 From: diPhantxm Date: Wed, 6 Mar 2024 14:25:19 +0300 Subject: [PATCH] remove ccepted_from_customer_moment from request and response in /v3/returns/company/fbs --- ozon/returns.go | 6 ------ ozon/returns_test.go | 1 - 2 files changed, 7 deletions(-) diff --git a/ozon/returns.go b/ozon/returns.go index c3f30ad..973aa9c 100644 --- a/ozon/returns.go +++ b/ozon/returns.go @@ -112,9 +112,6 @@ type GetFBSReturnsParams struct { } type GetFBSReturnsFilter struct { - // Time of receiving the return from the customer - AcceptedFromCustomerMoment GetFBSReturnsFilterTimeRange `json:"accepted_from_customer_moment"` - // Last day of free storage LastFreeWaitingDay GetFBSReturnsFilterTimeRange `json:"last_free_waiting_dat"` @@ -163,9 +160,6 @@ type GetFBSReturnsResponse struct { } type GetFBSReturnResultReturn struct { - // Time of receiving the return from the customer - AcceptedFromCustomerMoment string `json:"accepted_from_customer_moment"` - // Bottom barcode on the product label ClearingId int64 `json:"clearing_id"` diff --git a/ozon/returns_test.go b/ozon/returns_test.go index a6b6c74..2db5ace 100644 --- a/ozon/returns_test.go +++ b/ozon/returns_test.go @@ -116,7 +116,6 @@ func TestGetFBSReturns(t *testing.T) { "last_id": 0, "returns": [ { - "accepted_from_customer_moment": "string", "clearing_id": 23, "commission": 21, "commission_percent": 0,