@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.
- package/bundles/hmcts-ccpay-web-component.umd.js +4 -0
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/lib/components/refund-status/refund-status.component.js +5 -1
- package/esm5/lib/components/refund-status/refund-status.component.js +5 -1
- package/fesm2015/hmcts-ccpay-web-component.js +4 -0
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +4 -0
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -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);
|