@easypayment/medusa-payment-paypal 0.9.27 → 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.
|
@@ -1023,10 +1023,10 @@ function PayPalConnectionPage() {
|
|
|
1023
1023
|
` })
|
|
1024
1024
|
] });
|
|
1025
1025
|
}
|
|
1026
|
-
function
|
|
1026
|
+
function PayPalGooglePayPage() {
|
|
1027
1027
|
return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
|
|
1028
1028
|
}
|
|
1029
|
-
function
|
|
1029
|
+
function PayPalApplePayPage() {
|
|
1030
1030
|
return /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Navigate, { to: "/settings/paypal/connection", replace: true });
|
|
1031
1031
|
}
|
|
1032
1032
|
function PayPalPayLaterMessagingPage() {
|
|
@@ -1258,14 +1258,14 @@ const routeModule = {
|
|
|
1258
1258
|
Component: PayPalConnectionPage,
|
|
1259
1259
|
path: "/settings/paypal/connection"
|
|
1260
1260
|
},
|
|
1261
|
-
{
|
|
1262
|
-
Component: PayPalApplePayPage,
|
|
1263
|
-
path: "/settings/paypal/apple-pay"
|
|
1264
|
-
},
|
|
1265
1261
|
{
|
|
1266
1262
|
Component: PayPalGooglePayPage,
|
|
1267
1263
|
path: "/settings/paypal/google-pay"
|
|
1268
1264
|
},
|
|
1265
|
+
{
|
|
1266
|
+
Component: PayPalApplePayPage,
|
|
1267
|
+
path: "/settings/paypal/apple-pay"
|
|
1268
|
+
},
|
|
1269
1269
|
{
|
|
1270
1270
|
Component: PayPalPayLaterMessagingPage,
|
|
1271
1271
|
path: "/settings/paypal/pay-later-messaging"
|
|
@@ -1022,10 +1022,10 @@ function PayPalConnectionPage() {
|
|
|
1022
1022
|
` })
|
|
1023
1023
|
] });
|
|
1024
1024
|
}
|
|
1025
|
-
function
|
|
1025
|
+
function PayPalGooglePayPage() {
|
|
1026
1026
|
return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
|
|
1027
1027
|
}
|
|
1028
|
-
function
|
|
1028
|
+
function PayPalApplePayPage() {
|
|
1029
1029
|
return /* @__PURE__ */ jsx(Navigate, { to: "/settings/paypal/connection", replace: true });
|
|
1030
1030
|
}
|
|
1031
1031
|
function PayPalPayLaterMessagingPage() {
|
|
@@ -1257,14 +1257,14 @@ const routeModule = {
|
|
|
1257
1257
|
Component: PayPalConnectionPage,
|
|
1258
1258
|
path: "/settings/paypal/connection"
|
|
1259
1259
|
},
|
|
1260
|
-
{
|
|
1261
|
-
Component: PayPalApplePayPage,
|
|
1262
|
-
path: "/settings/paypal/apple-pay"
|
|
1263
|
-
},
|
|
1264
1260
|
{
|
|
1265
1261
|
Component: PayPalGooglePayPage,
|
|
1266
1262
|
path: "/settings/paypal/google-pay"
|
|
1267
1263
|
},
|
|
1264
|
+
{
|
|
1265
|
+
Component: PayPalApplePayPage,
|
|
1266
|
+
path: "/settings/paypal/apple-pay"
|
|
1267
|
+
},
|
|
1268
1268
|
{
|
|
1269
1269
|
Component: PayPalPayLaterMessagingPage,
|
|
1270
1270
|
path: "/settings/paypal/pay-later-messaging"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easypayment/medusa-payment-paypal",
|
|
3
|
-
"version": "0.9.
|
|
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
|
}
|