From f47695de8b953f2a8bbe9589043a7712c418e3b3 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Mon, 2 Sep 2024 17:16:47 +0200 Subject: [PATCH] Add pop_plus_steps_saved --- 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 71e0b68..c6c2dbf 100644 --- a/library/include/mobilisis/payment_opt.h +++ b/library/include/mobilisis/payment_opt.h @@ -41,6 +41,7 @@ public: pop_use_only_upto_datetime = ""; // deprecated pop_use_only_for_duration = 0; // deprecated pop_plus_steps = 1; // +: jump steps forward + pop_plus_steps_saved = 1; pop_minus_steps = 1; // -: jump steps backward pop_allow_overpay = false; } @@ -73,6 +74,7 @@ public: bool pop_accumulate_prices; bool pop_accumulate_durations; int pop_plus_steps; + int pop_plus_steps_saved; int pop_minus_steps; bool pop_allow_overpay;