Browse Source

feat: 出金回调接口

max 7 tháng trước cách đây
mục cha
commit
8a5c1b7fad
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/modules/payment/service/order.ts

+ 0 - 1
src/modules/payment/service/order.ts

@@ -717,7 +717,6 @@ export class OrderService extends BaseService {
     });
 
     if (!wallet) {
-      this.customeCallback('payOut', order)
       throw new CoolCommException('钱包不存在');
     }
     const merchant = await this.merchantEntity.findOne({