@hmcts/ccpay-web-component 5.0.1-beta148 → 5.0.1-beta149

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.
@@ -579,6 +579,7 @@ var PaymentLibComponent = /** @class */ (function () {
579
579
  this.paymentLibService.setApiRootUrl(this.API_ROOT);
580
580
  this.paymentLibService.setBulkScanApiRootUrl(this.BULKSCAN_API_ROOT);
581
581
  this.paymentLibService.setRefundndsApiRootUrl(this.REFUNDS_API_ROOT);
582
+ this.paymentLibService.setNoticationApiRootUrl(this.NOTIFICATION_API_ROOT);
582
583
  this.paymentLibService.setCardPaymentReturnUrl(this.CARDPAYMENTRETURNURL);
583
584
  if (this.LOGGEDINUSERROLES.length > 0) {
584
585
  this.OrderslistService.setUserRolesList(this.LOGGEDINUSERROLES);