add seller data
This commit is contained in:
@@ -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,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user