mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Update payment-deadline.utils.ts
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/** Maximum time (hours) a passenger has to pay after booking. */
|
/** Maximum time (hours) a passenger has to pay after booking. */
|
||||||
export const MAX_PAYMENT_HOURS = 2;
|
export const MAX_PAYMENT_HOURS = 240;
|
||||||
/** Minutes before departure: cutoff for new bookings and payment deadline. */
|
/** Minutes before departure: cutoff for new bookings and payment deadline. */
|
||||||
export const CUTOFF_MINUTES = 30;
|
export const CUTOFF_MINUTES = 30;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user