fixed comment
This commit is contained in:
11
vchasno.go
11
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,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user