@easypayment/medusa-payment-paypal 0.9.27 → 0.9.28
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,6 +308,12 @@ 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
|
+
}
|
|
311
317
|
const config = adminSdk.defineRouteConfig({
|
|
312
318
|
label: "PayPal Connection"
|
|
313
319
|
});
|
|
@@ -1023,12 +1029,6 @@ function PayPalConnectionPage() {
|
|
|
1023
1029
|
` })
|
|
1024
1030
|
] });
|
|
1025
1031
|
}
|
|
1026
|
-
function PayPalApplePayPage() {
|
|
1027
|
-
return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
|
|
1028
|
-
}
|
|
1029
|
-
function PayPalGooglePayPage() {
|
|
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
|
}
|
|
@@ -1254,10 +1254,6 @@ const routeModule = {
|
|
|
1254
1254
|
Component: AdvancedCardPaymentsTab,
|
|
1255
1255
|
path: "/settings/paypal/advanced-card-payments"
|
|
1256
1256
|
},
|
|
1257
|
-
{
|
|
1258
|
-
Component: PayPalConnectionPage,
|
|
1259
|
-
path: "/settings/paypal/connection"
|
|
1260
|
-
},
|
|
1261
1257
|
{
|
|
1262
1258
|
Component: PayPalApplePayPage,
|
|
1263
1259
|
path: "/settings/paypal/apple-pay"
|
|
@@ -1266,6 +1262,10 @@ const routeModule = {
|
|
|
1266
1262
|
Component: PayPalGooglePayPage,
|
|
1267
1263
|
path: "/settings/paypal/google-pay"
|
|
1268
1264
|
},
|
|
1265
|
+
{
|
|
1266
|
+
Component: PayPalConnectionPage,
|
|
1267
|
+
path: "/settings/paypal/connection"
|
|
1268
|
+
},
|
|
1269
1269
|
{
|
|
1270
1270
|
Component: PayPalPayLaterMessagingPage,
|
|
1271
1271
|
path: "/settings/paypal/pay-later-messaging"
|
|
@@ -307,6 +307,12 @@ 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
|
+
}
|
|
310
316
|
const config = defineRouteConfig({
|
|
311
317
|
label: "PayPal Connection"
|
|
312
318
|
});
|
|
@@ -1022,12 +1028,6 @@ function PayPalConnectionPage() {
|
|
|
1022
1028
|
` })
|
|
1023
1029
|
] });
|
|
1024
1030
|
}
|
|
1025
|
-
function PayPalApplePayPage() {
|
|
1026
|
-
return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
|
|
1027
|
-
}
|
|
1028
|
-
function PayPalGooglePayPage() {
|
|
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
|
}
|
|
@@ -1253,10 +1253,6 @@ const routeModule = {
|
|
|
1253
1253
|
Component: AdvancedCardPaymentsTab,
|
|
1254
1254
|
path: "/settings/paypal/advanced-card-payments"
|
|
1255
1255
|
},
|
|
1256
|
-
{
|
|
1257
|
-
Component: PayPalConnectionPage,
|
|
1258
|
-
path: "/settings/paypal/connection"
|
|
1259
|
-
},
|
|
1260
1256
|
{
|
|
1261
1257
|
Component: PayPalApplePayPage,
|
|
1262
1258
|
path: "/settings/paypal/apple-pay"
|
|
@@ -1265,6 +1261,10 @@ const routeModule = {
|
|
|
1265
1261
|
Component: PayPalGooglePayPage,
|
|
1266
1262
|
path: "/settings/paypal/google-pay"
|
|
1267
1263
|
},
|
|
1264
|
+
{
|
|
1265
|
+
Component: PayPalConnectionPage,
|
|
1266
|
+
path: "/settings/paypal/connection"
|
|
1267
|
+
},
|
|
1268
1268
|
{
|
|
1269
1269
|
Component: PayPalPayLaterMessagingPage,
|
|
1270
1270
|
path: "/settings/paypal/pay-later-messaging"
|