@hmcts/ccpay-web-component 5.0.1-beta121 → 5.0.1-beta122

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7434,7 +7434,7 @@ var AddRemissionComponent = /** @class */ (function () {
7434
7434
  */
7435
7435
  function (note) {
7436
7436
  if (note) {
7437
- this.notification = note;
7437
+ this.notification = { contact_details: note };
7438
7438
  }
7439
7439
  this.viewStatus = 'remissionAddressPage';
7440
7440
  this.viewCompStatus = '';
@@ -7588,7 +7588,7 @@ var AddRemissionComponent = /** @class */ (function () {
7588
7588
  */
7589
7589
  function (note) {
7590
7590
  if (note) {
7591
- this.notification = note;
7591
+ this.notification = { contact_details: note };
7592
7592
  }
7593
7593
  this.errorMessage = '';
7594
7594
  this.viewCompStatus = '';