@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 @@
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 {?}
@@ -8176,6 +8176,7 @@
8176
8176
  }
8177
8177
  if (isFullyRefund) {
8178
8178
  this.totalRefundAmount = this.payment.amount;
8179
+ this.fees = ( /** @type {?} */(this.paymentGroup.fees[0]));
8179
8180
  }
8180
8181
  this.fees = this.remissionForm.value.feesList.filter(( /**
8181
8182
  * @param {?} value