# What does this PR do? - _Elaborate on what changes are being made in this PR._ - **Vivify ticket**: _Place the relevant ticket link here._ ## Summary pr_agent:summary ## Self-review _Before marking this as `[reviewing]`/`[ready]` and requesting reviewers for this PR, please do review your own code and make sure you have gone through the following:_ ### Type of Change(s) _What type of changes does your code introduce ?_ - [ ] fix bugs in test / code. - [ ] new feature - [ ] docs - [ ] refactor - [ ] Other: Please elaborate. pr_agent:type ### Risks - [ ] **low** : backward compatible, new feature or patches which do not break existing functionality. - [ ] **medium** : existing functionality in our domain got altered but this does not break contracts with other domains. - [ ] **high** : breaking contracts with other domains. ### How have I tested this ? _Provide instructions on how you have tested this change._ - [ ] manual e2e testing - [ ] unit testing - [ ] auto e2e testing - [ ] Other: Please elaborate ### If this is a bug fixing PR - [ ] Has a CI build or a screenshot showing a failed test which exposing the bug - [ ] Add a brief explanation to explain the root cause & how this PR help fixing the root cause ### ✅ General checklist - [ ] Have vcr record to make sure correct parram to portal ### PR walkthrough pr_agent:walkthrough