@hmcts/ccpay-web-component 5.0.7-beta07 → 5.0.7-beta08

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.
@@ -8264,10 +8264,10 @@
8264
8264
  /** @type {?} */
8265
8265
  var statusCode = error.replace(/[^a-zA-Z0-9 ]/g, '').trim().split(' ')[0];
8266
8266
  if (statusCode === '404') {
8267
- _this.errorHandlerService.getServerErrorMessage(true, true, errorContent);
8267
+ _this.errorMessage = _this.errorHandlerService.getServerErrorMessage(true, true, errorContent);
8268
8268
  }
8269
8269
  else {
8270
- _this.errorHandlerService.getServerErrorMessage(true, false, '');
8270
+ _this.errorMessage = _this.errorHandlerService.getServerErrorMessage(true, false, '');
8271
8271
  }
8272
8272
  }));
8273
8273
  }