add wallet in get user

This commit is contained in:
2021-12-08 03:27:07 +07:00
parent 2e52ae494e
commit 96d5089dc8
3 changed files with 12 additions and 2 deletions

View File

@@ -24,5 +24,6 @@ import { ProductModule } from '../product/product.module';
],
controllers: [TransactionController, PpobCallbackController],
providers: [TransactionService, CoaService],
exports:[CoaService]
})
export class TransactionModule {}