@easypayment/medusa-paypal 0.5.1 → 0.5.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.
@@ -322,12 +322,6 @@ function AdvancedCardPaymentsTab() {
322
322
  )
323
323
  ] }) });
324
324
  }
325
- function PayPalApplePayPage() {
326
- return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
327
- }
328
- function PayPalGooglePayPage() {
329
- return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
330
- }
331
325
  const config = adminSdk.defineRouteConfig({
332
326
  label: "PayPal Connection",
333
327
  hide: true
@@ -929,6 +923,12 @@ function PayPalConnectionPage() {
929
923
  ` })
930
924
  ] });
931
925
  }
926
+ function PayPalGooglePayPage() {
927
+ return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
928
+ }
929
+ function PayPalApplePayPage() {
930
+ return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
931
+ }
932
932
  function PayPalPayLaterMessagingPage() {
933
933
  return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
934
934
  }
@@ -1221,16 +1221,16 @@ const routeModule = {
1221
1221
  path: "/settings/paypal/advanced-card-payments"
1222
1222
  },
1223
1223
  {
1224
- Component: PayPalApplePayPage,
1225
- path: "/settings/paypal/apple-pay"
1224
+ Component: PayPalConnectionPage,
1225
+ path: "/settings/paypal/connection"
1226
1226
  },
1227
1227
  {
1228
1228
  Component: PayPalGooglePayPage,
1229
1229
  path: "/settings/paypal/google-pay"
1230
1230
  },
1231
1231
  {
1232
- Component: PayPalConnectionPage,
1233
- path: "/settings/paypal/connection"
1232
+ Component: PayPalApplePayPage,
1233
+ path: "/settings/paypal/apple-pay"
1234
1234
  },
1235
1235
  {
1236
1236
  Component: PayPalPayLaterMessagingPage,
@@ -321,12 +321,6 @@ function AdvancedCardPaymentsTab() {
321
321
  )
322
322
  ] }) });
323
323
  }
324
- function PayPalApplePayPage() {
325
- return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
326
- }
327
- function PayPalGooglePayPage() {
328
- return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
329
- }
330
324
  const config = defineRouteConfig({
331
325
  label: "PayPal Connection",
332
326
  hide: true
@@ -928,6 +922,12 @@ function PayPalConnectionPage() {
928
922
  ` })
929
923
  ] });
930
924
  }
925
+ function PayPalGooglePayPage() {
926
+ return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
927
+ }
928
+ function PayPalApplePayPage() {
929
+ return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
930
+ }
931
931
  function PayPalPayLaterMessagingPage() {
932
932
  return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
933
933
  }
@@ -1220,16 +1220,16 @@ const routeModule = {
1220
1220
  path: "/settings/paypal/advanced-card-payments"
1221
1221
  },
1222
1222
  {
1223
- Component: PayPalApplePayPage,
1224
- path: "/settings/paypal/apple-pay"
1223
+ Component: PayPalConnectionPage,
1224
+ path: "/settings/paypal/connection"
1225
1225
  },
1226
1226
  {
1227
1227
  Component: PayPalGooglePayPage,
1228
1228
  path: "/settings/paypal/google-pay"
1229
1229
  },
1230
1230
  {
1231
- Component: PayPalConnectionPage,
1232
- path: "/settings/paypal/connection"
1231
+ Component: PayPalApplePayPage,
1232
+ path: "/settings/paypal/apple-pay"
1233
1233
  },
1234
1234
  {
1235
1235
  Component: PayPalPayLaterMessagingPage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easypayment/medusa-paypal",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Industry-standard PayPal integration for Medusa v2",
5
5
  "license": "MIT",
6
6
  "main": "./.medusa/server/src/index.js",