Skip to content

Commit

Permalink
Update March 1, 2024 (#72)
Browse files Browse the repository at this point in the history
Remove `accepted_from_customer_moment` from request and response in `/v3/returns/company/fbs`
  • Loading branch information
diPhantxm authored Mar 6, 2024
1 parent f6311fe commit e6bfa30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions ozon/returns.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`

Expand Down Expand Up @@ -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"`

Expand Down
1 change: 0 additions & 1 deletion ozon/returns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e6bfa30

Please sign in to comment.