Merge branch 'main' into dev

This commit is contained in:
Sennay
2026-08-07 12:04:39 +03:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

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;