max 7 months ago
parent
commit
8417b15658
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/payment/controller/admin/wallet.ts

+ 1 - 1
src/modules/payment/controller/admin/wallet.ts

@@ -45,7 +45,7 @@ export class WalletController extends BaseController {
     const { amount } = params;
     const customer = await this.customerEntity.findOne({
       where: {
-        merchantId: merchant.id,
+        merchantId: merchant.mchId,
       },
     });
     let { currency, channel } = params;