@hmcts/ccpay-web-component 5.0.2-beta121 → 5.0.2-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 +10 -3
- 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 +13 -4
- package/esm5/lib/components/add-remission/add-remission.component.js +13 -4
- package/fesm2015/hmcts-ccpay-web-component.js +12 -3
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +12 -3
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -7283,7 +7283,6 @@
|
|
|
7283
7283
|
*/
|
|
7284
7284
|
function () {
|
|
7285
7285
|
var _this = this;
|
|
7286
|
-
console.log(this.viewCompStatus, 'hhh');
|
|
7287
7286
|
this.errorMessage = '';
|
|
7288
7287
|
this.errorMsg = [];
|
|
7289
7288
|
this.default = 'Select a different reason';
|
|
@@ -7408,8 +7407,16 @@
|
|
|
7408
7407
|
this.viewStatus = 'processretroremissonpage';
|
|
7409
7408
|
}
|
|
7410
7409
|
if (this.orderDetail !== undefined) {
|
|
7411
|
-
this.
|
|
7412
|
-
|
|
7410
|
+
this.paymentViewService.getApportionPaymentDetails(this.orderDetail[0].payments[0].reference).subscribe(( /**
|
|
7411
|
+
* @param {?} paymentGroup
|
|
7412
|
+
* @return {?}
|
|
7413
|
+
*/function (paymentGroup) {
|
|
7414
|
+
_this.fees = paymentGroup.fees;
|
|
7415
|
+
_this.paymentReference = paymentGroup.payments[0].reference;
|
|
7416
|
+
}), ( /**
|
|
7417
|
+
* @param {?} error
|
|
7418
|
+
* @return {?}
|
|
7419
|
+
*/function (error) { return _this.errorMessage = error; }));
|
|
7413
7420
|
}
|
|
7414
7421
|
};
|
|
7415
7422
|
/**
|