@hmcts/ccpay-web-component 5.0.2-beta80 → 5.0.2-beta81
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 +6 -11
- 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/service-request/service-request.component.js +7 -14
- package/esm5/lib/components/service-request/service-request.component.js +7 -14
- package/fesm2015/hmcts-ccpay-web-component.js +6 -13
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +6 -13
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -10485,17 +10485,12 @@
|
|
|
10485
10485
|
* @param {?} paymentGroup
|
|
10486
10486
|
* @return {?}
|
|
10487
10487
|
*/function (paymentGroup) {
|
|
10488
|
-
|
|
10489
|
-
|
|
10490
|
-
|
|
10491
|
-
|
|
10492
|
-
|
|
10493
|
-
|
|
10494
|
-
_this.remissions = remission;
|
|
10495
|
-
_this.remissionFeeAmt = fees.filter(( /**
|
|
10496
|
-
* @param {?} data
|
|
10497
|
-
* @return {?}
|
|
10498
|
-
*/function (data) { return data.code === _this.remissions['fee_code']; }))[0].net_amount;
|
|
10488
|
+
// this.paymentGroup = paymentGroup;
|
|
10489
|
+
// this.paymentGroup.payments = this.paymentGroup.payments.filter
|
|
10490
|
+
// (paymentGroupObj => paymentGroupObj['reference'].includes(payment.reference));
|
|
10491
|
+
// this.payment = this.paymentGroup.payments[0];
|
|
10492
|
+
// this.remissions = remission;
|
|
10493
|
+
// this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;
|
|
10499
10494
|
_this.viewStatus = 'addrefundforremission';
|
|
10500
10495
|
// const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;
|
|
10501
10496
|
// this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;
|