From 191171e4314dd988a5e08ad02a44ba02a5aa8cc1 Mon Sep 17 00:00:00 2001 From: matst80 Date: Tue, 13 May 2025 12:53:18 +0200 Subject: [PATCH] add seller data --- cart-grain.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cart-grain.go b/cart-grain.go index 259239e..e1e4835 100644 --- a/cart-grain.go +++ b/cart-grain.go @@ -344,6 +344,8 @@ func (c *CartGrain) HandleMessage(message *Message, isReplay bool) (*FrameWithPa OrgPrice: msg.OrgPrice, ArticleType: msg.ArticleType, Outlet: msg.Outlet, + SellerId: msg.SellerId, + SellerName: msg.SellerName, Tax: int(taxAmount), TaxRate: tax, })