Handling for pop_carry_over_traget.
This commit is contained in:
		@@ -486,6 +486,11 @@ bool Configuration::ParseJson(Configuration* cfg, const char* json)
 | 
			
		||||
                                    }
 | 
			
		||||
                                }
 | 
			
		||||
                            }
 | 
			
		||||
                        } else if (strcmp(inner_obj_name, "pop_carry_over_target") == 0) {
 | 
			
		||||
                            if (k->value.IsBool()) {
 | 
			
		||||
                                bool const v = k->value.GetBool();
 | 
			
		||||
                                this->currentPaymentOptions.last().pop_carry_over_target = v;
 | 
			
		||||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
                        break;
 | 
			
		||||
					case MemberType::DurationType:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user