Set pop_max_price_saved
This commit is contained in:
		@@ -1000,6 +1000,7 @@ bool Configuration::ParseJson(Configuration* cfg, const char* json)
 | 
			
		||||
                            this->currentPaymentOptions.last().pop_min_time = k->value.GetDouble();
 | 
			
		||||
                        } else if (strcmp(inner_obj_name, "pop_max_price") == 0) {
 | 
			
		||||
                            this->currentPaymentOptions.last().pop_max_price = k->value.GetDouble();
 | 
			
		||||
                            this->currentPaymentOptions.last().pop_max_price_save = k->value.GetDouble();
 | 
			
		||||
                        } else if (strcmp(inner_obj_name, "pop_max_time") == 0) {
 | 
			
		||||
                            this->currentPaymentOptions.last().pop_max_time = k->value.GetDouble();
 | 
			
		||||
                        } else if (strcmp(inner_obj_name, "pop_min_price") == 0) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user