Skip to content

HDPI-4195: Instalment payment screen (BE)#1532

Open
andrewdami11 wants to merge 50 commits intomasterfrom
HDPI-4195-instalment-payment-screen-BE
Open

HDPI-4195: Instalment payment screen (BE)#1532
andrewdami11 wants to merge 50 commits intomasterfrom
HDPI-4195-instalment-payment-screen-BE

Conversation

@andrewdami11
Copy link
Copy Markdown
Contributor

@andrewdami11 andrewdami11 commented Mar 18, 2026

Jira link

See HDPI-4195

FRONTEND PR

Change description

This change extends the Respond to a claim “payment agreement” persistence model to support the rent arrears instalment flow.

Key implementation points:

  • Updated PaymentAgreement to include the additional payment agreement fields used by the instalment journey, including a CCD MoneyGBP type override for additionalRentContribution.
  • Updated PaymentAgreementService#createPaymentAgreementEntity to map all the new PaymentAgreement fields onto PaymentAgreementEntity.
  • Updated PaymentAgreementServiceTest to assert mapping of all new fields.

Security Vulnerability Assessment

CVE Suppression: Are there any CVEs present in the codebase (either newly introduced or pre-existing) that are being intentionally suppressed or ignored by this commit?

  • Yes
  • No

Checklist

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)
  • Does this PR introduce a breaking change

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 19, 2026

CCD diff summary

👉 Full report: https://github.com/hmcts/pcs-api/actions/runs/23752520398?check_suite_focus=true

ComplexTypes/1_PaymentAgreement.json

SearchableFieldTypeParameterListElementCodeIDFieldTypeElementLabel
+
+
+paymentDetails
+PaymentAgreement
+Text
+ 
+
+
+paidMoneyToHousingOrg
+PaymentAgreement
+YesOrNo
+ 
+
+
+repayArrearsInstalments
+PaymentAgreement
+YesOrNo
+ 
+
+
+additionalRentContribution
+PaymentAgreement
+MoneyGBP
+ 
+
+
+additionalContributionFrequency
+PaymentAgreement
+Text
+ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants