feat:( telebirr ) add web redirect checkout

This commit is contained in:
Abubeker Yasin
2026-06-03 14:54:38 +03:00
parent 65e3fa9c68
commit 83b6b7e3ce
2 changed files with 116 additions and 5 deletions

View File

@@ -32,6 +32,7 @@
"@nestjs/platform-express": "^11.1.19",
"@nestjs/schedule": "^6.1.3",
"@nestjs/swagger": "^7.4.0",
"@prisma/client": "^6.19.3",
"@sendgrid/mail": "^8.1.0",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
@@ -44,8 +45,7 @@
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"swagger-ui-express": "^5.0.0",
"tsconfig-paths": "^4.2.0",
"@prisma/client": "^6.19.3"
"tsconfig-paths": "^4.2.0"
},
"devDependencies": {
"@edr/eslint-config": "workspace:*",
@@ -54,6 +54,7 @@
"@nestjs/schematics": "^11.1.0",
"@nestjs/testing": "^11.1.19",
"@types/bcrypt": "^5.0.2",
"@types/express": "^5.0.6",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/passport-jwt": "^4.0.1",