@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.
@@ -7389,7 +7389,6 @@ var AddRemissionComponent = /** @class */ (function () {
7389
7389
  */
7390
7390
  function () {
7391
7391
  var _this = this;
7392
- console.log(this.viewCompStatus, 'hhh');
7393
7392
  this.errorMessage = '';
7394
7393
  this.errorMsg = [];
7395
7394
  this.default = 'Select a different reason';
@@ -7524,8 +7523,18 @@ var AddRemissionComponent = /** @class */ (function () {
7524
7523
  this.viewStatus = 'processretroremissonpage';
7525
7524
  }
7526
7525
  if (this.orderDetail !== undefined) {
7527
- this.fees = this.orderDetail[0].fees;
7528
- this.paymentReference = this.orderDetail[0].payments[0].reference;
7526
+ this.paymentViewService.getApportionPaymentDetails(this.orderDetail[0].payments[0].reference).subscribe((/**
7527
+ * @param {?} paymentGroup
7528
+ * @return {?}
7529
+ */
7530
+ function (paymentGroup) {
7531
+ _this.fees = paymentGroup.fees;
7532
+ _this.paymentReference = paymentGroup.payments[0].reference;
7533
+ }), (/**
7534
+ * @param {?} error
7535
+ * @return {?}
7536
+ */
7537
+ function (error) { return _this.errorMessage = error; }));
7529
7538
  }
7530
7539
  };
7531
7540
  /**