fixed comment

This commit is contained in:
2025-10-13 16:16:06 +03:00
parent 328447f079
commit 4f9ca56157

View File

@@ -252,6 +252,7 @@ func (c *Client) Sell(ctx context.Context, params SellParams) (*api.SellResponse
Rows: []api.ReceiptRow{row}, Rows: []api.ReceiptRow{row},
Pays: []api.ReceiptPay{pay}, Pays: []api.ReceiptPay{pay},
Userinfo: params.Userinfo, Userinfo: params.Userinfo,
CommentUP: params.CommentUP,
}) })
} }