@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.
- package/bundles/hmcts-ccpay-web-component.umd.js +2 -2
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/lib/components/add-remission/add-remission.component.js +3 -3
- package/esm5/lib/components/add-remission/add-remission.component.js +3 -3
- package/fesm2015/hmcts-ccpay-web-component.js +2 -2
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +2 -2
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/lib/components/add-remission/add-remission.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -7329,7 +7329,7 @@
|
|
|
7329
7329
|
*/
|
|
7330
7330
|
function (note) {
|
|
7331
7331
|
if (note) {
|
|
7332
|
-
this.notification = note;
|
|
7332
|
+
this.notification = { contact_details: note };
|
|
7333
7333
|
}
|
|
7334
7334
|
this.viewStatus = 'remissionAddressPage';
|
|
7335
7335
|
this.viewCompStatus = '';
|
|
@@ -7479,7 +7479,7 @@
|
|
|
7479
7479
|
*/
|
|
7480
7480
|
function (note) {
|
|
7481
7481
|
if (note) {
|
|
7482
|
-
this.notification = note;
|
|
7482
|
+
this.notification = { contact_details: note };
|
|
7483
7483
|
}
|
|
7484
7484
|
this.errorMessage = '';
|
|
7485
7485
|
this.viewCompStatus = '';
|