1
This commit is contained in:
@@ -331,7 +331,7 @@ func Pay4Order(ctx *jxcontext.Context, orderID int64, payType int, vendorPayType
|
||||
}
|
||||
case model.PayTypeLaKaLa: //
|
||||
ip, _, _ := net.SplitHostPort(ctx.GetRequest().RemoteAddr)
|
||||
if orderPay, err = pay4OrderByLaKaLa(ctx, order, payType, vendorPayType, subAppID, "", "", ip); err == nil && orderPay != nil {
|
||||
if orderPay, err = pay4OrderByLaKaLa(ctx, order, payType, vendorPayType, subAppID, "", ""); err == nil && orderPay != nil {
|
||||
dao.WrapAddIDCULDEntity(orderPay, ctx.GetUserName())
|
||||
err = dao.CreateEntity(dao.GetDB(), orderPay)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user