@hmcts/ccpay-web-component 5.0.1-beta01 → 5.0.1-beta02

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.
@@ -769,7 +769,7 @@
769
769
  */
770
770
  function (caseNumber) {
771
771
  /** @type {?} */
772
- var url = this.paymentLibService.API_ROOT + "/case-payment-orders?case-ids=" + caseNumber;
772
+ var url = this.paymentLibService.API_ROOT + "/case-payment-orders?case_ids=" + caseNumber;
773
773
  return this.https.get(url, { withCredentials: true }).pipe(operators.catchError(this.errorHandlerService.handleError));
774
774
  };
775
775
  /**