@hmcts/ccpay-web-component 5.0.2-beta31 → 5.0.2-beta32

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.
@@ -1664,7 +1664,7 @@ var PaymentViewComponent = /** @class */ (function () {
1664
1664
  this.errorMessage = '';
1665
1665
  this.fees = this.paymentGroup.fees[0];
1666
1666
  /** @type {?} */
1667
- var requestBody = new PostRefundRetroRemission(this.ccdCaseNumber, this.paymentGroup.payments[0].reference, 'RP001', this.paymentGroup.fees[0].over_payment, this.fees, this.contactDetailsObj);
1667
+ var requestBody = new PostRefundRetroRemission(this.ccdCaseNumber, this.paymentGroup.payments[0].reference, 'RR037', this.paymentGroup.fees[0].over_payment, this.fees, this.contactDetailsObj);
1668
1668
  this.paymentViewService.postRefundsReason(requestBody).subscribe((/**
1669
1669
  * @param {?} response
1670
1670
  * @return {?}
@@ -8312,6 +8312,7 @@ var AddRemissionComponent = /** @class */ (function () {
8312
8312
  }
8313
8313
  if (isFullyRefund) {
8314
8314
  this.totalRefundAmount = this.payment.amount;
8315
+ this.fees = (/** @type {?} */ (this.paymentGroup.fees[0]));
8315
8316
  }
8316
8317
  this.fees = this.remissionForm.value.feesList.filter((/**
8317
8318
  * @param {?} value