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