@hmcts/ccpay-web-component 6.0.0-beta26 → 6.0.0-beta27
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 +0 -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/payment-view/payment-view.component.js +1 -4
- package/esm5/lib/components/payment-view/payment-view.component.js +1 -4
- package/fesm2015/hmcts-ccpay-web-component.js +0 -3
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +0 -3
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -1523,9 +1523,6 @@ var PaymentViewComponent = /** @class */ (function () {
|
|
|
1523
1523
|
function (event) {
|
|
1524
1524
|
var _this = this;
|
|
1525
1525
|
event.preventDefault();
|
|
1526
|
-
if (this.isServiceRequest !== 'false') {
|
|
1527
|
-
this.paymentLibComponent.isFromServiceRequestPage = true;
|
|
1528
|
-
}
|
|
1529
1526
|
if (!this.paymentLibComponent.isFromServiceRequestPage) {
|
|
1530
1527
|
this.OrderslistService.setnavigationPage('casetransactions');
|
|
1531
1528
|
this.OrderslistService.setisFromServiceRequestPage(false);
|