@easypayment/medusa-payment-paypal 0.9.28 → 0.9.29

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.
@@ -308,12 +308,6 @@ function AdvancedCardPaymentsTab() {
308
308
  )
309
309
  ] }) });
310
310
  }
311
- function PayPalApplePayPage() {
312
- return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
313
- }
314
- function PayPalGooglePayPage() {
315
- return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
316
- }
317
311
  const config = adminSdk.defineRouteConfig({
318
312
  label: "PayPal Connection"
319
313
  });
@@ -1029,6 +1023,12 @@ function PayPalConnectionPage() {
1029
1023
  ` })
1030
1024
  ] });
1031
1025
  }
1026
+ function PayPalGooglePayPage() {
1027
+ return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
1028
+ }
1029
+ function PayPalApplePayPage() {
1030
+ return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
1031
+ }
1032
1032
  function PayPalPayLaterMessagingPage() {
1033
1033
  return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
1034
1034
  }
@@ -1255,16 +1255,16 @@ const routeModule = {
1255
1255
  path: "/settings/paypal/advanced-card-payments"
1256
1256
  },
1257
1257
  {
1258
- Component: PayPalApplePayPage,
1259
- path: "/settings/paypal/apple-pay"
1258
+ Component: PayPalConnectionPage,
1259
+ path: "/settings/paypal/connection"
1260
1260
  },
1261
1261
  {
1262
1262
  Component: PayPalGooglePayPage,
1263
1263
  path: "/settings/paypal/google-pay"
1264
1264
  },
1265
1265
  {
1266
- Component: PayPalConnectionPage,
1267
- path: "/settings/paypal/connection"
1266
+ Component: PayPalApplePayPage,
1267
+ path: "/settings/paypal/apple-pay"
1268
1268
  },
1269
1269
  {
1270
1270
  Component: PayPalPayLaterMessagingPage,
@@ -307,12 +307,6 @@ function AdvancedCardPaymentsTab() {
307
307
  )
308
308
  ] }) });
309
309
  }
310
- function PayPalApplePayPage() {
311
- return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
312
- }
313
- function PayPalGooglePayPage() {
314
- return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
315
- }
316
310
  const config = defineRouteConfig({
317
311
  label: "PayPal Connection"
318
312
  });
@@ -1028,6 +1022,12 @@ function PayPalConnectionPage() {
1028
1022
  ` })
1029
1023
  ] });
1030
1024
  }
1025
+ function PayPalGooglePayPage() {
1026
+ return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
1027
+ }
1028
+ function PayPalApplePayPage() {
1029
+ return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
1030
+ }
1031
1031
  function PayPalPayLaterMessagingPage() {
1032
1032
  return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
1033
1033
  }
@@ -1254,16 +1254,16 @@ const routeModule = {
1254
1254
  path: "/settings/paypal/advanced-card-payments"
1255
1255
  },
1256
1256
  {
1257
- Component: PayPalApplePayPage,
1258
- path: "/settings/paypal/apple-pay"
1257
+ Component: PayPalConnectionPage,
1258
+ path: "/settings/paypal/connection"
1259
1259
  },
1260
1260
  {
1261
1261
  Component: PayPalGooglePayPage,
1262
1262
  path: "/settings/paypal/google-pay"
1263
1263
  },
1264
1264
  {
1265
- Component: PayPalConnectionPage,
1266
- path: "/settings/paypal/connection"
1265
+ Component: PayPalApplePayPage,
1266
+ path: "/settings/paypal/apple-pay"
1267
1267
  },
1268
1268
  {
1269
1269
  Component: PayPalPayLaterMessagingPage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easypayment/medusa-payment-paypal",
3
- "version": "0.9.28",
3
+ "version": "0.9.29",
4
4
  "description": "PayPal integration for Medusa v2",
5
5
  "author": "EasyPayment Plugins",
6
6
  "license": "MIT",
@@ -75,14 +75,7 @@
75
75
  "url": "https://github.com/easypaymentplugins/medusa-paypal.git"
76
76
  },
77
77
  "keywords": [
78
- "medusa",
79
78
  "medusa-v2",
80
- "medusa-plugin",
81
- "medusa-plugin-integration",
82
- "medusa-plugin-payment",
83
- "medusa-paypal-payment",
84
- "medusa-paypal-plugin",
85
- "medusa-paypal-integration",
86
- "medusa-paypal"
79
+ "medusa-plugin-integration"
87
80
  ]
88
81
  }