@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.
@@ -566,6 +566,7 @@
566
566
  this.paymentLibService.setApiRootUrl(this.API_ROOT);
567
567
  this.paymentLibService.setBulkScanApiRootUrl(this.BULKSCAN_API_ROOT);
568
568
  this.paymentLibService.setRefundndsApiRootUrl(this.REFUNDS_API_ROOT);
569
+ this.paymentLibService.setNoticationApiRootUrl(this.NOTIFICATION_API_ROOT);
569
570
  this.paymentLibService.setCardPaymentReturnUrl(this.CARDPAYMENTRETURNURL);
570
571
  if (this.LOGGEDINUSERROLES.length > 0) {
571
572
  this.OrderslistService.setUserRolesList(this.LOGGEDINUSERROLES);