@hmcts/ccpay-web-component 5.0.7-beta51 → 5.0.7-beta52
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 +5 -3
- 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 +6 -4
- package/esm5/lib/components/refund-status/refund-status.component.js +6 -4
- package/fesm2015/hmcts-ccpay-web-component.js +5 -3
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +5 -3
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -10446,9 +10446,11 @@
|
|
|
10446
10446
|
*/
|
|
10447
10447
|
function (refundListReason) {
|
|
10448
10448
|
if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {
|
|
10449
|
-
|
|
10450
|
-
|
|
10451
|
-
|
|
10449
|
+
if (refundListReason.reason != undefined && refundListReason.reason != null && refundListReason.reason != this.refundlist.reason) {
|
|
10450
|
+
this.refundlist.reason = refundListReason.reason;
|
|
10451
|
+
this.refundlist.code = refundListReason.code;
|
|
10452
|
+
this.refundCode = refundListReason.code;
|
|
10453
|
+
}
|
|
10452
10454
|
}
|
|
10453
10455
|
else {
|
|
10454
10456
|
this.isRefundBtnDisabled = true;
|