@hmcts/ccpay-web-component 5.0.1-beta42 → 5.0.1-beta43

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.
@@ -8675,6 +8675,7 @@
8675
8675
  * @return {?}
8676
8676
  */function (payment) {
8677
8677
  if (payment.method.toLocaleLowerCase() === 'payment by account' && _this.allowFurtherAccessAfter4Days(payment)) {
8678
+ _this.paymentLibComponent.paymentReference = payment.reference;
8678
8679
  _this.isPBA = true;
8679
8680
  }
8680
8681
  }));
@@ -8701,7 +8702,8 @@
8701
8702
  if (this.chkForAddRemission(fee.code)) {
8702
8703
  this.feeId = fee;
8703
8704
  this.viewStatus = 'addremission';
8704
- this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(( /**
8705
+ this.payment = this.orderDetail[0].payments[0];
8706
+ this.paymentViewService.getApportionPaymentDetails(this.orderDetail[0].payments[0].reference).subscribe(( /**
8705
8707
  * @param {?} paymentGroup
8706
8708
  * @return {?}
8707
8709
  */function (paymentGroup) {