@hmcts/ccpay-web-component 5.0.2-beta84 → 5.0.2-beta85
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 +3 -6
- 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 +4 -8
- package/esm5/lib/components/service-request/service-request.component.js +4 -8
- package/fesm2015/hmcts-ccpay-web-component.js +3 -7
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +3 -7
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -10673,13 +10673,9 @@ var ServiceRequestComponent = /** @class */ (function () {
|
|
|
10673
10673
|
//this.paymentGroup = paymentGroup;
|
|
10674
10674
|
// this.paymentGroup.payments = this.paymentGroup.payments.filter
|
|
10675
10675
|
//(paymentGroupObj => paymentGroupObj.reference === payment.reference);
|
|
10676
|
-
_this.payment =
|
|
10677
|
-
|
|
10678
|
-
|
|
10679
|
-
* @param {?} data
|
|
10680
|
-
* @return {?}
|
|
10681
|
-
*/
|
|
10682
|
-
function (data) { return data.code === _this.remissions['fee_code']; }))[0].net_amount;
|
|
10676
|
+
_this.payment = (/** @type {?} */ ('true'));
|
|
10677
|
+
// this.remissions = remission;
|
|
10678
|
+
//this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;
|
|
10683
10679
|
_this.viewStatus = 'addrefundforremission';
|
|
10684
10680
|
// const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;
|
|
10685
10681
|
// this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;
|