@easypayment/medusa-payment-paypal 0.7.7 → 0.7.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.
@@ -180,9 +180,6 @@ function AdditionalSettingsTab() {
180
180
  )
181
181
  ] }) });
182
182
  }
183
- function PayPalApplePayPage() {
184
- return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
185
- }
186
183
  async function adminFetch$1(path, opts = {}) {
187
184
  var _a;
188
185
  const { method = "GET", body, query } = opts;
@@ -322,6 +319,9 @@ function AdvancedCardPaymentsTab() {
322
319
  )
323
320
  ] }) });
324
321
  }
322
+ function PayPalApplePayPage() {
323
+ return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
324
+ }
325
325
  function PayPalGooglePayPage() {
326
326
  return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
327
327
  }
@@ -1205,14 +1205,14 @@ const routeModule = {
1205
1205
  Component: AdditionalSettingsTab,
1206
1206
  path: "/settings/paypal/additional-settings"
1207
1207
  },
1208
- {
1209
- Component: PayPalApplePayPage,
1210
- path: "/settings/paypal/apple-pay"
1211
- },
1212
1208
  {
1213
1209
  Component: AdvancedCardPaymentsTab,
1214
1210
  path: "/settings/paypal/advanced-card-payments"
1215
1211
  },
1212
+ {
1213
+ Component: PayPalApplePayPage,
1214
+ path: "/settings/paypal/apple-pay"
1215
+ },
1216
1216
  {
1217
1217
  Component: PayPalGooglePayPage,
1218
1218
  path: "/settings/paypal/google-pay"
@@ -179,9 +179,6 @@ function AdditionalSettingsTab() {
179
179
  )
180
180
  ] }) });
181
181
  }
182
- function PayPalApplePayPage() {
183
- return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
184
- }
185
182
  async function adminFetch$1(path, opts = {}) {
186
183
  var _a;
187
184
  const { method = "GET", body, query } = opts;
@@ -321,6 +318,9 @@ function AdvancedCardPaymentsTab() {
321
318
  )
322
319
  ] }) });
323
320
  }
321
+ function PayPalApplePayPage() {
322
+ return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
323
+ }
324
324
  function PayPalGooglePayPage() {
325
325
  return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
326
326
  }
@@ -1204,14 +1204,14 @@ const routeModule = {
1204
1204
  Component: AdditionalSettingsTab,
1205
1205
  path: "/settings/paypal/additional-settings"
1206
1206
  },
1207
- {
1208
- Component: PayPalApplePayPage,
1209
- path: "/settings/paypal/apple-pay"
1210
- },
1211
1207
  {
1212
1208
  Component: AdvancedCardPaymentsTab,
1213
1209
  path: "/settings/paypal/advanced-card-payments"
1214
1210
  },
1211
+ {
1212
+ Component: PayPalApplePayPage,
1213
+ path: "/settings/paypal/apple-pay"
1214
+ },
1215
1215
  {
1216
1216
  Component: PayPalGooglePayPage,
1217
1217
  path: "/settings/paypal/google-pay"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easypayment/medusa-payment-paypal",
3
- "version": "0.7.7",
3
+ "version": "0.7.9",
4
4
  "description": "PayPal integration for Medusa v2",
5
5
  "author": "EasyPayment Plugins",
6
6
  "license": "MIT",