add seller data
Some checks failed
Build and Publish / BuildAndDeploy (push) Successful in 3m24s
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled

This commit is contained in:
matst80
2025-05-13 12:53:18 +02:00
parent 5ab2818e8d
commit 191171e431

View File

@@ -344,6 +344,8 @@ func (c *CartGrain) HandleMessage(message *Message, isReplay bool) (*FrameWithPa
OrgPrice: msg.OrgPrice, OrgPrice: msg.OrgPrice,
ArticleType: msg.ArticleType, ArticleType: msg.ArticleType,
Outlet: msg.Outlet, Outlet: msg.Outlet,
SellerId: msg.SellerId,
SellerName: msg.SellerName,
Tax: int(taxAmount), Tax: int(taxAmount),
TaxRate: tax, TaxRate: tax,
}) })