@hmcts/ccpay-web-component 4.0.0-beta540 → 4.0.0-beta541

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.
@@ -2862,10 +2862,14 @@ var CaseTransactionsComponent = /** @class */ (function () {
2862
2862
  _this.setDefaults();
2863
2863
  }));
2864
2864
  }
2865
- this.checkForExceptionRecord();
2866
- // if(this.OrderslistService.getisFromServiceRequestPages() !== null) {
2867
- // this.OrderslistService.getisFromServiceRequestPages().subscribe((data) => this.isFromServiceRequestPage = data);
2868
- // }
2865
+ this.checkForExceptionRecord(Event);
2866
+ if (this.OrderslistService.getisFromServiceRequestPages() !== null) {
2867
+ this.OrderslistService.getisFromServiceRequestPages().subscribe((/**
2868
+ * @param {?} data
2869
+ * @return {?}
2870
+ */
2871
+ function (data) { return _this.isFromServiceRequestPage = data; }));
2872
+ }
2869
2873
  };
2870
2874
  /**
2871
2875
  * @return {?}
@@ -2896,13 +2900,16 @@ var CaseTransactionsComponent = /** @class */ (function () {
2896
2900
  //return "-";
2897
2901
  };
2898
2902
  /**
2903
+ * @param {?} event
2899
2904
  * @return {?}
2900
2905
  */
2901
2906
  CaseTransactionsComponent.prototype.checkForExceptionRecord = /**
2907
+ * @param {?} event
2902
2908
  * @return {?}
2903
2909
  */
2904
- function () {
2910
+ function (event) {
2905
2911
  var _this = this;
2912
+ event.preventDefault();
2906
2913
  if (this.paymentGroups.length === 0 && (this.selectedOption.toLocaleLowerCase() === 'ccdorexception' || this.selectedOption.toLocaleLowerCase() === 'rc')) {
2907
2914
  this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe((/**
2908
2915
  * @param {?} recordData