diff --git a/library/include/mobilisis/payment_opt.h b/library/include/mobilisis/payment_opt.h index b5751ae..4c698af 100644 --- a/library/include/mobilisis/payment_opt.h +++ b/library/include/mobilisis/payment_opt.h @@ -23,6 +23,8 @@ public: pop_max_price = 0; pop_carry_over = -1; pop_carry_over_time_range_id = -1; + pop_carry_over_start_time_range = -1; + pop_carry_over_end_time_range = -1; pop_daily_card_price = -1; pop_business_hours = -1; pop_time_step_config = -1; @@ -40,6 +42,8 @@ public: double pop_max_price; int pop_carry_over; int pop_carry_over_time_range_id; + int pop_carry_over_start_time_range; + int pop_carry_over_end_time_range; int pop_daily_card_price; uint64_t pop_business_hours; int pop_time_step_config;