@easypayment/medusa-payment-paypal 0.9.30 → 0.9.31

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.
@@ -311,6 +311,9 @@ function AdvancedCardPaymentsTab() {
311
311
  function PayPalApplePayPage() {
312
312
  return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
313
313
  }
314
+ function PayPalGooglePayPage() {
315
+ return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
316
+ }
314
317
  const config = adminSdk.defineRouteConfig({
315
318
  label: "PayPal Connection"
316
319
  });
@@ -1028,9 +1031,6 @@ function PayPalConnectionPage() {
1028
1031
  ` })
1029
1032
  ] });
1030
1033
  }
1031
- function PayPalGooglePayPage() {
1032
- return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
1033
- }
1034
1034
  function PayPalPayLaterMessagingPage() {
1035
1035
  return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
1036
1036
  }
@@ -1260,14 +1260,14 @@ const routeModule = {
1260
1260
  Component: PayPalApplePayPage,
1261
1261
  path: "/settings/paypal/apple-pay"
1262
1262
  },
1263
- {
1264
- Component: PayPalConnectionPage,
1265
- path: "/settings/paypal/connection"
1266
- },
1267
1263
  {
1268
1264
  Component: PayPalGooglePayPage,
1269
1265
  path: "/settings/paypal/google-pay"
1270
1266
  },
1267
+ {
1268
+ Component: PayPalConnectionPage,
1269
+ path: "/settings/paypal/connection"
1270
+ },
1271
1271
  {
1272
1272
  Component: PayPalPayLaterMessagingPage,
1273
1273
  path: "/settings/paypal/pay-later-messaging"
@@ -310,6 +310,9 @@ function AdvancedCardPaymentsTab() {
310
310
  function PayPalApplePayPage() {
311
311
  return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
312
312
  }
313
+ function PayPalGooglePayPage() {
314
+ return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
315
+ }
313
316
  const config = defineRouteConfig({
314
317
  label: "PayPal Connection"
315
318
  });
@@ -1027,9 +1030,6 @@ function PayPalConnectionPage() {
1027
1030
  ` })
1028
1031
  ] });
1029
1032
  }
1030
- function PayPalGooglePayPage() {
1031
- return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
1032
- }
1033
1033
  function PayPalPayLaterMessagingPage() {
1034
1034
  return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
1035
1035
  }
@@ -1259,14 +1259,14 @@ const routeModule = {
1259
1259
  Component: PayPalApplePayPage,
1260
1260
  path: "/settings/paypal/apple-pay"
1261
1261
  },
1262
- {
1263
- Component: PayPalConnectionPage,
1264
- path: "/settings/paypal/connection"
1265
- },
1266
1262
  {
1267
1263
  Component: PayPalGooglePayPage,
1268
1264
  path: "/settings/paypal/google-pay"
1269
1265
  },
1266
+ {
1267
+ Component: PayPalConnectionPage,
1268
+ path: "/settings/paypal/connection"
1269
+ },
1270
1270
  {
1271
1271
  Component: PayPalPayLaterMessagingPage,
1272
1272
  path: "/settings/paypal/pay-later-messaging"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easypayment/medusa-payment-paypal",
3
- "version": "0.9.30",
3
+ "version": "0.9.31",
4
4
  "description": "PayPal integration for Medusa v2",
5
5
  "author": "EasyPayment Plugins",
6
6
  "license": "MIT",