@easypayment/medusa-paypal 0.7.4 → 0.7.5
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,6 +319,12 @@ 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
|
+
}
|
|
322
328
|
const config = adminSdk.defineRouteConfig({
|
|
323
329
|
label: "PayPal Connection",
|
|
324
330
|
hide: true
|
|
@@ -912,12 +918,6 @@ function PayPalConnectionPage() {
|
|
|
912
918
|
` })
|
|
913
919
|
] });
|
|
914
920
|
}
|
|
915
|
-
function PayPalApplePayPage() {
|
|
916
|
-
return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
|
|
917
|
-
}
|
|
918
|
-
function PayPalGooglePayPage() {
|
|
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
|
}
|
|
@@ -1209,10 +1209,6 @@ const routeModule = {
|
|
|
1209
1209
|
Component: AdvancedCardPaymentsTab,
|
|
1210
1210
|
path: "/settings/paypal/advanced-card-payments"
|
|
1211
1211
|
},
|
|
1212
|
-
{
|
|
1213
|
-
Component: PayPalConnectionPage,
|
|
1214
|
-
path: "/settings/paypal/connection"
|
|
1215
|
-
},
|
|
1216
1212
|
{
|
|
1217
1213
|
Component: PayPalApplePayPage,
|
|
1218
1214
|
path: "/settings/paypal/apple-pay"
|
|
@@ -1221,6 +1217,10 @@ const routeModule = {
|
|
|
1221
1217
|
Component: PayPalGooglePayPage,
|
|
1222
1218
|
path: "/settings/paypal/google-pay"
|
|
1223
1219
|
},
|
|
1220
|
+
{
|
|
1221
|
+
Component: PayPalConnectionPage,
|
|
1222
|
+
path: "/settings/paypal/connection"
|
|
1223
|
+
},
|
|
1224
1224
|
{
|
|
1225
1225
|
Component: PayPalPayLaterMessagingPage,
|
|
1226
1226
|
path: "/settings/paypal/pay-later-messaging"
|
|
@@ -318,6 +318,12 @@ 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
|
+
}
|
|
321
327
|
const config = defineRouteConfig({
|
|
322
328
|
label: "PayPal Connection",
|
|
323
329
|
hide: true
|
|
@@ -911,12 +917,6 @@ function PayPalConnectionPage() {
|
|
|
911
917
|
` })
|
|
912
918
|
] });
|
|
913
919
|
}
|
|
914
|
-
function PayPalApplePayPage() {
|
|
915
|
-
return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
|
|
916
|
-
}
|
|
917
|
-
function PayPalGooglePayPage() {
|
|
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
|
}
|
|
@@ -1208,10 +1208,6 @@ const routeModule = {
|
|
|
1208
1208
|
Component: AdvancedCardPaymentsTab,
|
|
1209
1209
|
path: "/settings/paypal/advanced-card-payments"
|
|
1210
1210
|
},
|
|
1211
|
-
{
|
|
1212
|
-
Component: PayPalConnectionPage,
|
|
1213
|
-
path: "/settings/paypal/connection"
|
|
1214
|
-
},
|
|
1215
1211
|
{
|
|
1216
1212
|
Component: PayPalApplePayPage,
|
|
1217
1213
|
path: "/settings/paypal/apple-pay"
|
|
@@ -1220,6 +1216,10 @@ const routeModule = {
|
|
|
1220
1216
|
Component: PayPalGooglePayPage,
|
|
1221
1217
|
path: "/settings/paypal/google-pay"
|
|
1222
1218
|
},
|
|
1219
|
+
{
|
|
1220
|
+
Component: PayPalConnectionPage,
|
|
1221
|
+
path: "/settings/paypal/connection"
|
|
1222
|
+
},
|
|
1223
1223
|
{
|
|
1224
1224
|
Component: PayPalPayLaterMessagingPage,
|
|
1225
1225
|
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.7.
|
|
3
|
+
"version": "0.7.5",
|
|
4
4
|
"description": "Industry-standard PayPal integration for Medusa v2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./.medusa/server/src/index.js",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
"repository": {
|
|
65
65
|
"type": "git",
|
|
66
|
-
"url": "https://github.com/
|
|
66
|
+
"url": "https://github.com/easypaymentplugins/medusa-paypal"
|
|
67
67
|
},
|
|
68
68
|
"keywords": [
|
|
69
69
|
"medusa",
|