@hmcts/ccpay-web-component 5.0.2-beta36 → 5.0.2-beta37

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.
@@ -9709,6 +9709,7 @@ var RefundStatusComponent = /** @class */ (function () {
9709
9709
  */
9710
9710
  function (refundList) {
9711
9711
  _this.rejectedRefundList = refundList['refund_list'];
9712
+ //this.refundFees = this.rejectedRefundList['refund_fees'];
9712
9713
  })),
9713
9714
  (/**
9714
9715
  * @param {?} error
@@ -10059,6 +10060,9 @@ var RefundStatusComponent = /** @class */ (function () {
10059
10060
  // if (this.oldRefundReason === this.refundlist.reason) {
10060
10061
  // this.refundCode = '';
10061
10062
  // }
10063
+ if (this.refundFees === undefined) {
10064
+ this.refundFees = this.refundlist['refund_fees'];
10065
+ }
10062
10066
  this.refundCode = this.refundlist.code;
10063
10067
  /** @type {?} */
10064
10068
  var resubmitRequest = new IResubmitRefundRequest(this.refundCode, this.changedAmount, this.refundlist.contact_details, this.refundFees);