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, })