|
@@ -67,6 +67,7 @@ func CreateTradeOrder(userId, templateUserId int, productOrderNo, tradeOrderNo,
|
|
|
}()
|
|
|
tradeOrder := order.TradeOrder{
|
|
|
ProductOrderID: productOrderNo,
|
|
|
+ ProductName: productOrder.ProductName,
|
|
|
TransactionID: tradeOrderNo,
|
|
|
Amount: productOrder.TotalAmount,
|
|
|
PaymentWay: order.WechatPayWay,
|