@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.
@@ -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);