@hmcts/ccpay-web-component 5.0.2-beta121 → 5.0.2-beta122

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.
@@ -7283,7 +7283,6 @@
7283
7283
  */
7284
7284
  function () {
7285
7285
  var _this = this;
7286
- console.log(this.viewCompStatus, 'hhh');
7287
7286
  this.errorMessage = '';
7288
7287
  this.errorMsg = [];
7289
7288
  this.default = 'Select a different reason';
@@ -7408,8 +7407,16 @@
7408
7407
  this.viewStatus = 'processretroremissonpage';
7409
7408
  }
7410
7409
  if (this.orderDetail !== undefined) {
7411
- this.fees = this.orderDetail[0].fees;
7412
- this.paymentReference = this.orderDetail[0].payments[0].reference;
7410
+ this.paymentViewService.getApportionPaymentDetails(this.orderDetail[0].payments[0].reference).subscribe(( /**
7411
+ * @param {?} paymentGroup
7412
+ * @return {?}
7413
+ */function (paymentGroup) {
7414
+ _this.fees = paymentGroup.fees;
7415
+ _this.paymentReference = paymentGroup.payments[0].reference;
7416
+ }), ( /**
7417
+ * @param {?} error
7418
+ * @return {?}
7419
+ */function (error) { return _this.errorMessage = error; }));
7413
7420
  }
7414
7421
  };
7415
7422
  /**