@infrab4a/connect-angular 5.5.0-beta.20 → 5.5.0-beta.21

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.
@@ -1292,7 +1292,7 @@ class CheckoutService {
1292
1292
  })), concatMap(() => this.getCheckout()));
1293
1293
  }
1294
1294
  createOrder(checkoutPayload, paymentProvider, applicationVersion) {
1295
- return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/checkoutV5`, {
1295
+ return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/checkout`, {
1296
1296
  data: {
1297
1297
  ...checkoutPayload,
1298
1298
  applicationVersion,