Update payment-deadline.utils.ts

This commit is contained in:
Abubeker Yasin
2026-08-06 14:35:30 +03:00
parent b4ac92e14e
commit 31ffb293b8

View File

@@ -8,7 +8,7 @@
*/
/** Maximum time (hours) a passenger has to pay after booking. */
export const MAX_PAYMENT_HOURS = 240;
export const MAX_PAYMENT_HOURS = 2;
/** Minutes before departure: cutoff for new bookings and payment deadline. */
export const CUTOFF_MINUTES = 30;