@easypayment/medusa-payment-paypal 0.8.8 → 0.8.9

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.
@@ -319,12 +319,6 @@ function AdvancedCardPaymentsTab() {
319
319
  )
320
320
  ] }) });
321
321
  }
322
- function PayPalApplePayPage() {
323
- return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
324
- }
325
- function PayPalGooglePayPage() {
326
- return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
327
- }
328
322
  const config = adminSdk.defineRouteConfig({
329
323
  label: "PayPal Connection",
330
324
  hide: true
@@ -918,6 +912,12 @@ function PayPalConnectionPage() {
918
912
  ` })
919
913
  ] });
920
914
  }
915
+ function PayPalGooglePayPage() {
916
+ return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
917
+ }
918
+ function PayPalApplePayPage() {
919
+ return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
920
+ }
921
921
  function PayPalPayLaterMessagingPage() {
922
922
  return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
923
923
  }
@@ -1210,16 +1210,16 @@ const routeModule = {
1210
1210
  path: "/settings/paypal/advanced-card-payments"
1211
1211
  },
1212
1212
  {
1213
- Component: PayPalApplePayPage,
1214
- path: "/settings/paypal/apple-pay"
1213
+ Component: PayPalConnectionPage,
1214
+ path: "/settings/paypal/connection"
1215
1215
  },
1216
1216
  {
1217
1217
  Component: PayPalGooglePayPage,
1218
1218
  path: "/settings/paypal/google-pay"
1219
1219
  },
1220
1220
  {
1221
- Component: PayPalConnectionPage,
1222
- path: "/settings/paypal/connection"
1221
+ Component: PayPalApplePayPage,
1222
+ path: "/settings/paypal/apple-pay"
1223
1223
  },
1224
1224
  {
1225
1225
  Component: PayPalPayLaterMessagingPage,
@@ -318,12 +318,6 @@ function AdvancedCardPaymentsTab() {
318
318
  )
319
319
  ] }) });
320
320
  }
321
- function PayPalApplePayPage() {
322
- return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
323
- }
324
- function PayPalGooglePayPage() {
325
- return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
326
- }
327
321
  const config = defineRouteConfig({
328
322
  label: "PayPal Connection",
329
323
  hide: true
@@ -917,6 +911,12 @@ function PayPalConnectionPage() {
917
911
  ` })
918
912
  ] });
919
913
  }
914
+ function PayPalGooglePayPage() {
915
+ return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
916
+ }
917
+ function PayPalApplePayPage() {
918
+ return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
919
+ }
920
920
  function PayPalPayLaterMessagingPage() {
921
921
  return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
922
922
  }
@@ -1209,16 +1209,16 @@ const routeModule = {
1209
1209
  path: "/settings/paypal/advanced-card-payments"
1210
1210
  },
1211
1211
  {
1212
- Component: PayPalApplePayPage,
1213
- path: "/settings/paypal/apple-pay"
1212
+ Component: PayPalConnectionPage,
1213
+ path: "/settings/paypal/connection"
1214
1214
  },
1215
1215
  {
1216
1216
  Component: PayPalGooglePayPage,
1217
1217
  path: "/settings/paypal/google-pay"
1218
1218
  },
1219
1219
  {
1220
- Component: PayPalConnectionPage,
1221
- path: "/settings/paypal/connection"
1220
+ Component: PayPalApplePayPage,
1221
+ path: "/settings/paypal/apple-pay"
1222
1222
  },
1223
1223
  {
1224
1224
  Component: PayPalPayLaterMessagingPage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easypayment/medusa-payment-paypal",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "description": "PayPal integration for Medusa v2",
5
5
  "author": "EasyPayment Plugins",
6
6
  "license": "MIT",