Update March 1, 2024 (#72)

Remove `accepted_from_customer_moment` from request and response in `/v3/returns/company/fbs`
This commit is contained in:
Kirill
2024-03-06 14:42:57 +03:00
committed by GitHub
parent f6311fe59e
commit e6bfa30545
2 changed files with 0 additions and 7 deletions

View File

@@ -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"`

View File

@@ -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,