abiao пре 5 година
родитељ
комит
79be185b5f

+ 1 - 1
go/gopath/src/fohow.com/apps/controllers/pay_controller/pay_exchange_controller.go

@@ -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