@easypayment/medusa-paypal 0.2.1 → 0.2.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.
@@ -630,9 +630,6 @@ function AdvancedCardPaymentsTab() {
630
630
  )
631
631
  ] }) });
632
632
  }
633
- function PayPalApplePayPage() {
634
- return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
635
- }
636
633
  const config = adminSdk.defineRouteConfig({
637
634
  label: "PayPal Connection",
638
635
  hide: true
@@ -1217,6 +1214,9 @@ function PayPalConnectionPage() {
1217
1214
  ` })
1218
1215
  ] });
1219
1216
  }
1217
+ function PayPalApplePayPage() {
1218
+ return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
1219
+ }
1220
1220
  function formatDate$2(value) {
1221
1221
  if (!value) {
1222
1222
  return "";
@@ -1296,6 +1296,9 @@ function PayPalAuditLogsPage() {
1296
1296
  ] })
1297
1297
  ] }) });
1298
1298
  }
1299
+ function PayPalGooglePayPage() {
1300
+ return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
1301
+ }
1299
1302
  const EMPTY_FILTERS = {
1300
1303
  dispute_id: "",
1301
1304
  status: "",
@@ -1488,9 +1491,6 @@ function PayPalDisputesPage() {
1488
1491
  ] })
1489
1492
  ] }) });
1490
1493
  }
1491
- function PayPalGooglePayPage() {
1492
- return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
1493
- }
1494
1494
  function PayPalPayLaterMessagingPage() {
1495
1495
  return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
1496
1496
  }
@@ -2056,26 +2056,26 @@ const routeModule = {
2056
2056
  Component: AdvancedCardPaymentsTab,
2057
2057
  path: "/settings/paypal/advanced-card-payments"
2058
2058
  },
2059
- {
2060
- Component: PayPalApplePayPage,
2061
- path: "/settings/paypal/apple-pay"
2062
- },
2063
2059
  {
2064
2060
  Component: PayPalConnectionPage,
2065
2061
  path: "/settings/paypal/connection"
2066
2062
  },
2067
2063
  {
2068
- Component: PayPalAuditLogsPage,
2069
- path: "/settings/paypal/audit-logs"
2064
+ Component: PayPalApplePayPage,
2065
+ path: "/settings/paypal/apple-pay"
2070
2066
  },
2071
2067
  {
2072
- Component: PayPalDisputesPage,
2073
- path: "/settings/paypal/disputes"
2068
+ Component: PayPalAuditLogsPage,
2069
+ path: "/settings/paypal/audit-logs"
2074
2070
  },
2075
2071
  {
2076
2072
  Component: PayPalGooglePayPage,
2077
2073
  path: "/settings/paypal/google-pay"
2078
2074
  },
2075
+ {
2076
+ Component: PayPalDisputesPage,
2077
+ path: "/settings/paypal/disputes"
2078
+ },
2079
2079
  {
2080
2080
  Component: PayPalPayLaterMessagingPage,
2081
2081
  path: "/settings/paypal/pay-later-messaging"
@@ -629,9 +629,6 @@ function AdvancedCardPaymentsTab() {
629
629
  )
630
630
  ] }) });
631
631
  }
632
- function PayPalApplePayPage() {
633
- return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
634
- }
635
632
  const config = defineRouteConfig({
636
633
  label: "PayPal Connection",
637
634
  hide: true
@@ -1216,6 +1213,9 @@ function PayPalConnectionPage() {
1216
1213
  ` })
1217
1214
  ] });
1218
1215
  }
1216
+ function PayPalApplePayPage() {
1217
+ return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
1218
+ }
1219
1219
  function formatDate$2(value) {
1220
1220
  if (!value) {
1221
1221
  return "";
@@ -1295,6 +1295,9 @@ function PayPalAuditLogsPage() {
1295
1295
  ] })
1296
1296
  ] }) });
1297
1297
  }
1298
+ function PayPalGooglePayPage() {
1299
+ return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
1300
+ }
1298
1301
  const EMPTY_FILTERS = {
1299
1302
  dispute_id: "",
1300
1303
  status: "",
@@ -1487,9 +1490,6 @@ function PayPalDisputesPage() {
1487
1490
  ] })
1488
1491
  ] }) });
1489
1492
  }
1490
- function PayPalGooglePayPage() {
1491
- return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
1492
- }
1493
1493
  function PayPalPayLaterMessagingPage() {
1494
1494
  return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
1495
1495
  }
@@ -2055,26 +2055,26 @@ const routeModule = {
2055
2055
  Component: AdvancedCardPaymentsTab,
2056
2056
  path: "/settings/paypal/advanced-card-payments"
2057
2057
  },
2058
- {
2059
- Component: PayPalApplePayPage,
2060
- path: "/settings/paypal/apple-pay"
2061
- },
2062
2058
  {
2063
2059
  Component: PayPalConnectionPage,
2064
2060
  path: "/settings/paypal/connection"
2065
2061
  },
2066
2062
  {
2067
- Component: PayPalAuditLogsPage,
2068
- path: "/settings/paypal/audit-logs"
2063
+ Component: PayPalApplePayPage,
2064
+ path: "/settings/paypal/apple-pay"
2069
2065
  },
2070
2066
  {
2071
- Component: PayPalDisputesPage,
2072
- path: "/settings/paypal/disputes"
2067
+ Component: PayPalAuditLogsPage,
2068
+ path: "/settings/paypal/audit-logs"
2073
2069
  },
2074
2070
  {
2075
2071
  Component: PayPalGooglePayPage,
2076
2072
  path: "/settings/paypal/google-pay"
2077
2073
  },
2074
+ {
2075
+ Component: PayPalDisputesPage,
2076
+ path: "/settings/paypal/disputes"
2077
+ },
2078
2078
  {
2079
2079
  Component: PayPalPayLaterMessagingPage,
2080
2080
  path: "/settings/paypal/pay-later-messaging"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easypayment/medusa-paypal",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Industry-standard PayPal integration for Medusa v2",
5
5
  "license": "MIT",
6
6
  "main": "./.medusa/server/src/index.js",