From e520965c6b25c97cf72c2122eea73c8466f0daa9 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 18 Jan 2024 14:38:13 +0100 Subject: [PATCH] Add pop_carry_over_time_range_id and pop_time_step_config --- library/include/mobilisis/payment_opt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/include/mobilisis/payment_opt.h b/library/include/mobilisis/payment_opt.h index ca718d8..cd16ff1 100644 --- a/library/include/mobilisis/payment_opt.h +++ b/library/include/mobilisis/payment_opt.h @@ -16,6 +16,8 @@ public: double pop_max_time; double pop_min_price; int pop_carry_over; + int pop_carry_over_time_range_id; int pop_daily_card_price; int pop_business_hours; + int pop_time_step_config; };