mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
fix: (passenger): block payment initiation too close to the booking deadline
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user