@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.
@@ -10489,12 +10489,9 @@
10489
10489
  //this.paymentGroup = paymentGroup;
10490
10490
  // this.paymentGroup.payments = this.paymentGroup.payments.filter
10491
10491
  //(paymentGroupObj => paymentGroupObj.reference === payment.reference);
10492
- _this.payment = paymentGroup.payments[0];
10493
- _this.remissions = remission;
10494
- _this.remissionFeeAmt = fees.filter(( /**
10495
- * @param {?} data
10496
- * @return {?}
10497
- */function (data) { return data.code === _this.remissions['fee_code']; }))[0].net_amount;
10492
+ _this.payment = ( /** @type {?} */('true'));
10493
+ // this.remissions = remission;
10494
+ //this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;
10498
10495
  _this.viewStatus = 'addrefundforremission';
10499
10496
  // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;
10500
10497
  // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;