fix: (passenger): block payment initiation too close to the booking deadline

This commit is contained in:
Abubeker Yasin
2026-08-07 10:47:55 +03:00
parent 6101a377f1
commit 7888dc771e
5 changed files with 141 additions and 11 deletions

View File

@@ -353,7 +353,7 @@ export class DMoneyProvider implements PaymentProvider {
return this.config.get<string>("dmoney.returnUrl") ?? "";
}
private get timeoutExpress(): string {
return this.config.get<string>("dmoney.timeoutExpress") ?? "120m";
return this.config.get<string>("dmoney.timeoutExpress") ?? "5m";
}
private get language(): string {
return this.config.get<string>("dmoney.language") ?? "en";