@hmcts/ccpay-web-component 6.0.0-beta10 → 6.0.0-beta11

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.
@@ -1120,7 +1120,7 @@
1120
1120
  function (serviceRef, body) {
1121
1121
  /** @type {?} */
1122
1122
  var url = this.paymentLibService.API_ROOT + "/service-request/" + serviceRef + "/card-payments";
1123
- body['return-url'] = "https://paymentoutcome-web." + this.paymentLibService.CURRENTENV + ".platform.hmcts.net/payment";
1123
+ body['return-url'] = this.paymentLibService.CURRENTENV + "/payment";
1124
1124
  return this.https.post(url, body).pipe(operators.catchError(this.errorHandlerService.handleError));
1125
1125
  };
1126
1126
  /**