@hmcts/ccpay-web-component 5.0.1-beta175 → 5.0.1-beta176
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 +6 -6
- 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/service-request/service-request.component.js +7 -7
- package/esm5/lib/components/service-request/service-request.component.js +7 -7
- package/fesm2015/hmcts-ccpay-web-component.js +6 -6
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +6 -6
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -10488,12 +10488,12 @@ var ServiceRequestComponent = /** @class */ (function () {
|
|
|
10488
10488
|
*/
|
|
10489
10489
|
function (payment) {
|
|
10490
10490
|
if (payment !== null && payment !== undefined) {
|
|
10491
|
-
|
|
10492
|
-
|
|
10493
|
-
|
|
10494
|
-
|
|
10495
|
-
|
|
10496
|
-
|
|
10491
|
+
if (this.chkIsIssueRefundBtnEnable(payment)) {
|
|
10492
|
+
this.viewStatus = 'issuerefund';
|
|
10493
|
+
this.payment = payment;
|
|
10494
|
+
this.paymentLibComponent.isFromServiceRequestPage = true;
|
|
10495
|
+
this.isRefundRemission = true;
|
|
10496
|
+
}
|
|
10497
10497
|
}
|
|
10498
10498
|
};
|
|
10499
10499
|
/**
|