@infrab4a/connect-angular 5.3.0-beta.1 → 5.3.0-beta.2

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.
@@ -1278,7 +1278,7 @@ class CheckoutService {
1278
1278
  })), concatMap(() => this.getCheckout()));
1279
1279
  }
1280
1280
  createOrder(checkoutPayload, paymentProvider, applicationVersion) {
1281
- return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/checkout`, {
1281
+ return this.dependenciesFacade.httpClient.post(`${this.checkoutUrl}/pagarMeV5Checkout`, {
1282
1282
  data: {
1283
1283
  ...checkoutPayload,
1284
1284
  applicationVersion,