del register tag
This commit is contained in:
parent
29d0bc633d
commit
95e11c4f14
|
|
@ -103,11 +103,6 @@ func (v *VoucherBiz) order(ctx context.Context, product *bo.ProductBo, bizConten
|
||||||
|
|
||||||
_ = v.cmbToBB(ctx, bizContent)
|
_ = v.cmbToBB(ctx, bizContent)
|
||||||
|
|
||||||
//去掉注册步骤回调tag
|
|
||||||
//if err = v.registerNotifyTag(ctx, order.MerchantNo, order.BatchNo); err != nil {
|
|
||||||
// return nil, err
|
|
||||||
//}
|
|
||||||
|
|
||||||
//voucherNo, err := v.WechatCpnRepo.Order(ctx, order)
|
//voucherNo, err := v.WechatCpnRepo.Order(ctx, order)
|
||||||
//if err != nil {
|
//if err != nil {
|
||||||
// if err3 := v.fail(ctx, order, err); err3 != nil {
|
// if err3 := v.fail(ctx, order, err); err3 != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue