@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
|
@@ -7389,7 +7389,6 @@ var AddRemissionComponent = /** @class */ (function () {
|
|
|
7389
7389
|
*/
|
|
7390
7390
|
function () {
|
|
7391
7391
|
var _this = this;
|
|
7392
|
-
console.log(this.viewCompStatus, 'hhh');
|
|
7393
7392
|
this.errorMessage = '';
|
|
7394
7393
|
this.errorMsg = [];
|
|
7395
7394
|
this.default = 'Select a different reason';
|
|
@@ -7524,8 +7523,18 @@ var AddRemissionComponent = /** @class */ (function () {
|
|
|
7524
7523
|
this.viewStatus = 'processretroremissonpage';
|
|
7525
7524
|
}
|
|
7526
7525
|
if (this.orderDetail !== undefined) {
|
|
7527
|
-
this.
|
|
7528
|
-
|
|
7526
|
+
this.paymentViewService.getApportionPaymentDetails(this.orderDetail[0].payments[0].reference).subscribe((/**
|
|
7527
|
+
* @param {?} paymentGroup
|
|
7528
|
+
* @return {?}
|
|
7529
|
+
*/
|
|
7530
|
+
function (paymentGroup) {
|
|
7531
|
+
_this.fees = paymentGroup.fees;
|
|
7532
|
+
_this.paymentReference = paymentGroup.payments[0].reference;
|
|
7533
|
+
}), (/**
|
|
7534
|
+
* @param {?} error
|
|
7535
|
+
* @return {?}
|
|
7536
|
+
*/
|
|
7537
|
+
function (error) { return _this.errorMessage = error; }));
|
|
7529
7538
|
}
|
|
7530
7539
|
};
|
|
7531
7540
|
/**
|