Merge branch 'dev-lwl/iap' into test
This commit is contained in:
commit
25f8306229
|
@ -1116,7 +1116,7 @@ func (s *Service) ApplepayCallback(ctx *gin.Context, notify applepaycli.Applepay
|
||||||
DevType: common.DeviceTypeIos,
|
DevType: common.DeviceTypeIos,
|
||||||
},
|
},
|
||||||
ProductId: event.ProductID,
|
ProductId: event.ProductID,
|
||||||
PayType: vasproto.PayTypeCoin,
|
PayType: vasproto.PayTypeApplepay,
|
||||||
Oid3: event.AppID,
|
Oid3: event.AppID,
|
||||||
}
|
}
|
||||||
data, err := _DefaultVas.CreateOrder(ctx, createOrderParam)
|
data, err := _DefaultVas.CreateOrder(ctx, createOrderParam)
|
||||||
|
|
Loading…
Reference in New Issue