Add new products, so it is possible to buy a ticket for the next day. Price: 600.

This commit is contained in:
Gerhard Hoffmann 2024-05-17 08:21:35 +02:00
parent 4be8119809
commit 95ff0df6a3

View File

@ -161,11 +161,21 @@
"tariff_product_to_in_minutes_from_start": 0 "tariff_product_to_in_minutes_from_start": 0
}, },
{ {
"tariff_product_id": 8, "tariff_product_id": 1,
"tariff_product_permit_type": 8, "tariff_product_permit_type": 1,
"tariff_product_price": 0, "tariff_product_price": 600,
"tariff_product_name": "INVALID", "tariff_product_name": "DAY_TICKET",
"tariff_product_start": "17:00:00", "tariff_product_start": "17:00:00",
"tariff_product_end": "23:59:59",
"tariff_product_from_in_minutes_from_start": 0,
"tariff_product_to_in_minutes_from_start": 0
},
{
"tariff_product_id": 1,
"tariff_product_permit_type": 1,
"tariff_product_price": 600,
"tariff_product_name": "DAY_TICKET",
"tariff_product_start": "00:00:00",
"tariff_product_end": "06:00:00", "tariff_product_end": "06:00:00",
"tariff_product_from_in_minutes_from_start": 0, "tariff_product_from_in_minutes_from_start": 0,
"tariff_product_to_in_minutes_from_start": 0 "tariff_product_to_in_minutes_from_start": 0