Update December 4, 2024 (#125)

This commit is contained in:
Kirill
2025-01-10 17:45:54 +03:00
committed by GitHub
parent 3c17a365a3
commit 14986eb627
3 changed files with 47 additions and 44 deletions

View File

@@ -152,7 +152,7 @@ type ReturnCommission struct {
//
// Report is returned no later than the 5th day of the next month
func (c Finance) ReportOnSoldProducts(ctx context.Context, params *ReportOnSoldProductsParams) (*ReportOnSoldProductsResponse, error) {
url := "/v1/finance/realization"
url := "/v2/finance/realization"
resp := &ReportOnSoldProductsResponse{}