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

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.
@@ -4610,7 +4610,7 @@ var CaseTransactionsComponent = /** @class */ (function () {
4610
4610
  * @param {?} paymentGroupObj
4611
4611
  * @return {?}
4612
4612
  */
4613
- function (paymentGroupObj) { return paymentGroupObj['reference'].includes(payment.reference); }));
4613
+ function (paymentGroupObj) { return paymentGroupObj.reference === payment.reference; }));
4614
4614
  _this.payment = _this.paymentGroup.payments[0];
4615
4615
  _this.remissions = remission;
4616
4616
  _this.remissionFeeAmt = fees.filter((/**
@@ -7380,6 +7380,7 @@ var AddRemissionComponent = /** @class */ (function () {
7380
7380
  */
7381
7381
  function () {
7382
7382
  var _this = this;
7383
+ console.log(this.viewCompStatus);
7383
7384
  this.errorMessage = '';
7384
7385
  this.errorMsg = [];
7385
7386
  this.default = 'Select a different reason';
@@ -10674,7 +10675,7 @@ var ServiceRequestComponent = /** @class */ (function () {
10674
10675
  * @param {?} paymentGroupObj
10675
10676
  * @return {?}
10676
10677
  */
10677
- function (paymentGroupObj) { return paymentGroupObj['reference'].includes(payment.reference); }));
10678
+ function (paymentGroupObj) { return paymentGroupObj.reference === payment.reference; }));
10678
10679
  _this.payment = _this.paymentGroup.payments[0];
10679
10680
  _this.remissions = remission;
10680
10681
  _this.remissionFeeAmt = fees.filter((/**