RootCauseunvalidated

did not see you check when data only has `renewOn` — `data.results.paymentSummary.startOn && data.results.paymentSummary.renewOn`, as well as `data.results.paymentSummary.startOn` individually. Outcome: Maybe adding case where `data.results.paymentSummary.renewOn` is not null and add logic there will solve the problem?

bf50f50d-1017-44c6-8156-2d26ae8ecfeb

did not see you check when data only has renewOndata.results.paymentSummary.startOn && data.results.paymentSummary.renewOn, as well as data.results.paymentSummary.startOn individually. Outcome: Maybe adding case where data.results.paymentSummary.renewOn is not null and add logic there will solve the problem?