@hmcts/ccpay-web-component 5.0.2-beta83 → 5.0.2-beta84

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.
@@ -10486,12 +10486,10 @@
10486
10486
  * @param {?} paymentGroup
10487
10487
  * @return {?}
10488
10488
  */function (paymentGroup) {
10489
- _this.paymentGroup = paymentGroup;
10490
- _this.paymentGroup.payments = _this.paymentGroup.payments.filter(( /**
10491
- * @param {?} paymentGroupObj
10492
- * @return {?}
10493
- */function (paymentGroupObj) { return paymentGroupObj.reference === payment.reference; }));
10494
- _this.payment = _this.paymentGroup.payments[0];
10489
+ //this.paymentGroup = paymentGroup;
10490
+ // this.paymentGroup.payments = this.paymentGroup.payments.filter
10491
+ //(paymentGroupObj => paymentGroupObj.reference === payment.reference);
10492
+ _this.payment = paymentGroup.payments[0];
10495
10493
  _this.remissions = remission;
10496
10494
  _this.remissionFeeAmt = fees.filter(( /**
10497
10495
  * @param {?} data