working on dmoney

This commit is contained in:
Eyosiyas
2026-06-08 16:29:20 +03:00
parent a1940c4901
commit 3a66242f8b
6 changed files with 278 additions and 2 deletions

View File

@@ -74,8 +74,6 @@ export class PaymentService {
reason: `Payment for booking`,
});
// const formatterd = this.formatIntentResponse(payment);
return {
redirectUrl: `${this.configService.get<string>("TELEBIRR_REDIRECT_BASE_URL")}/${payment.merchantOrderId}`
}