@@ -173,7 +173,7 @@ func (self *PayController) payExchange(oId, payWay, tradPwd, returnUrl, source s
wxUser := self.GetCurrentWxUser(false)
order.Contact = address.Contact
- order.PaiedPrice = total_price - totalCoupon
+ order.PaiedPrice = tp - totalCoupon
order.Tel = address.Tel
order.Address = fmt.Sprintf("%s%s%s%s", address.Province, address.City, address.District, address.Address)
order.Source = source