From 4f9ca56157dc072304b686fade5f9ee44b0ed0fe Mon Sep 17 00:00:00 2001 From: jeezft Date: Mon, 13 Oct 2025 16:16:06 +0300 Subject: [PATCH] fixed comment --- vchasno.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/vchasno.go b/vchasno.go index f795709..243b3e2 100644 --- a/vchasno.go +++ b/vchasno.go @@ -247,11 +247,12 @@ func (c *Client) Sell(ctx context.Context, params SellParams) (*api.SellResponse } return c.api.Sell(ctx, api.SellParams{ - Cashier: c.cashier, - Source: c.source, - Rows: []api.ReceiptRow{row}, - Pays: []api.ReceiptPay{pay}, - Userinfo: params.Userinfo, + Cashier: c.cashier, + Source: c.source, + Rows: []api.ReceiptRow{row}, + Pays: []api.ReceiptPay{pay}, + Userinfo: params.Userinfo, + CommentUP: params.CommentUP, }) }