set daily card price for TEEN and ADULT

This commit is contained in:
Gerhard Hoffmann 2024-02-22 14:03:49 +01:00
parent 949b915137
commit 99ae151d62

View File

@ -92,7 +92,7 @@
"pop_max_time": 720, "pop_max_time": 720,
"pop_min_price": 400, "pop_min_price": 400,
"pop_carry_over": 0, "pop_carry_over": 0,
"pop_daily_card_price": 0, "pop_daily_card_price": 400,
"pop_business_hours": 128 "pop_business_hours": 128
}, },
{ {
@ -106,7 +106,7 @@
"pop_max_time": 720, "pop_max_time": 720,
"pop_min_price": 800, "pop_min_price": 800,
"pop_carry_over": 0, "pop_carry_over": 0,
"pop_daily_card_price": 0, "pop_daily_card_price": 800,
"pop_business_hours": 128 "pop_business_hours": 128
} }
], ],