@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
|
@@ -1534,9 +1534,6 @@
|
|
|
1534
1534
|
function (event) {
|
|
1535
1535
|
var _this = this;
|
|
1536
1536
|
event.preventDefault();
|
|
1537
|
-
if (this.isServiceRequest !== 'false') {
|
|
1538
|
-
this.paymentLibComponent.isFromServiceRequestPage = true;
|
|
1539
|
-
}
|
|
1540
1537
|
if (!this.paymentLibComponent.isFromServiceRequestPage) {
|
|
1541
1538
|
this.OrderslistService.setnavigationPage('casetransactions');
|
|
1542
1539
|
this.OrderslistService.setisFromServiceRequestPage(false);
|