@easypayment/medusa-paypal 0.6.0 → 0.6.1
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.
- package/.medusa/server/src/admin/index.js +7 -7
- package/.medusa/server/src/admin/index.mjs +7 -7
- package/package.json +73 -73
- package/src/admin/routes/settings/paypal/additional-settings/page.tsx +200 -200
- package/src/admin/routes/settings/paypal/advanced-card-payments/page.tsx +183 -183
- package/src/admin/routes/settings/paypal/connection/page.tsx +4 -4
- package/src/admin/routes/settings/paypal/paypal-settings/page.tsx +376 -376
|
@@ -154,7 +154,7 @@ function AdditionalSettingsTab() {
|
|
|
154
154
|
title: "Additional Settings",
|
|
155
155
|
description: "These settings control checkout behavior and PayPal experience.",
|
|
156
156
|
right: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-3", children: [
|
|
157
|
-
/* @__PURE__ */ jsxRuntime.jsx("button", { type: "button", onClick: onSave, disabled: saving || loading, className: "rounded-md bg-ui-button-neutral
|
|
157
|
+
/* @__PURE__ */ jsxRuntime.jsx("button", { type: "button", onClick: onSave, disabled: saving || loading, className: "transition-fg relative inline-flex w-fit items-center justify-center overflow-hidden rounded-md outline-none shadow-buttons-neutral text-ui-fg-base bg-ui-button-neutral after:transition-fg after:absolute after:inset-0 after:content-[''] after:button-neutral-gradient hover:bg-ui-button-neutral-hover hover:after:button-neutral-hover-gradient active:bg-ui-button-neutral-pressed active:after:button-neutral-pressed-gradient focus-visible:shadow-buttons-neutral-focus disabled:bg-ui-bg-disabled disabled:border-ui-border-base disabled:text-ui-fg-disabled disabled:shadow-buttons-neutral disabled:after:hidden txt-compact-small-plus px-3 py-1.5", children: saving ? "Saving..." : "Save settings" }),
|
|
158
158
|
loading ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-sm text-ui-fg-subtle", children: "Loading..." }) : null
|
|
159
159
|
] }),
|
|
160
160
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "divide-y divide-ui-border-base", children: [
|
|
@@ -304,7 +304,7 @@ function AdvancedCardPaymentsTab() {
|
|
|
304
304
|
title: "Advanced Card Payments",
|
|
305
305
|
description: "Control card checkout settings and 3D Secure behavior.",
|
|
306
306
|
right: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-3", children: [
|
|
307
|
-
/* @__PURE__ */ jsxRuntime.jsx("button", { type: "button", onClick: onSave, disabled: saving || loading, className: "rounded-md bg-ui-button-neutral
|
|
307
|
+
/* @__PURE__ */ jsxRuntime.jsx("button", { type: "button", onClick: onSave, disabled: saving || loading, className: "transition-fg relative inline-flex w-fit items-center justify-center overflow-hidden rounded-md outline-none shadow-buttons-neutral text-ui-fg-base bg-ui-button-neutral after:transition-fg after:absolute after:inset-0 after:content-[''] after:button-neutral-gradient hover:bg-ui-button-neutral-hover hover:after:button-neutral-hover-gradient active:bg-ui-button-neutral-pressed active:after:button-neutral-pressed-gradient focus-visible:shadow-buttons-neutral-focus disabled:bg-ui-bg-disabled disabled:border-ui-border-base disabled:text-ui-fg-disabled disabled:shadow-buttons-neutral disabled:after:hidden txt-compact-small-plus px-3 py-1.5", children: saving ? "Saving..." : "Save settings" }),
|
|
308
308
|
loading ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-sm text-ui-fg-subtle", children: "Loading..." }) : null
|
|
309
309
|
] }),
|
|
310
310
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "divide-y divide-ui-border-base", children: [
|
|
@@ -730,7 +730,7 @@ function PayPalConnectionPage() {
|
|
|
730
730
|
type: "button",
|
|
731
731
|
onClick: handleDisconnect,
|
|
732
732
|
disabled: onboardingInProgress,
|
|
733
|
-
className: "rounded-md
|
|
733
|
+
className: "transition-fg relative inline-flex w-fit items-center justify-center overflow-hidden rounded-md outline-none shadow-buttons-neutral text-ui-fg-base bg-ui-button-neutral after:transition-fg after:absolute after:inset-0 after:content-[''] after:button-neutral-gradient hover:bg-ui-button-neutral-hover hover:after:button-neutral-hover-gradient active:bg-ui-button-neutral-pressed active:after:button-neutral-pressed-gradient focus-visible:shadow-buttons-neutral-focus disabled:bg-ui-bg-disabled disabled:border-ui-border-base disabled:text-ui-fg-disabled disabled:shadow-buttons-neutral disabled:after:hidden txt-compact-small-plus px-3 py-1.5",
|
|
734
734
|
children: "Disconnect"
|
|
735
735
|
}
|
|
736
736
|
) })
|
|
@@ -760,7 +760,7 @@ function PayPalConnectionPage() {
|
|
|
760
760
|
href: finalUrl || "#",
|
|
761
761
|
"data-paypal-onboard-complete": "onboardingCallback",
|
|
762
762
|
onClick: handleConnectClick,
|
|
763
|
-
className: "inline-flex items-center justify-center rounded-md
|
|
763
|
+
className: "transition-fg relative inline-flex w-fit items-center justify-center overflow-hidden rounded-md outline-none no-underline shadow-buttons-neutral text-ui-fg-base bg-ui-button-neutral after:transition-fg after:absolute after:inset-0 after:content-[''] after:button-neutral-gradient hover:bg-ui-button-neutral-hover hover:after:button-neutral-hover-gradient active:bg-ui-button-neutral-pressed active:after:button-neutral-pressed-gradient focus-visible:shadow-buttons-neutral-focus disabled:bg-ui-bg-disabled disabled:border-ui-border-base disabled:text-ui-fg-disabled disabled:shadow-buttons-neutral disabled:after:hidden txt-compact-small-plus px-3 py-1.5",
|
|
764
764
|
style: {
|
|
765
765
|
cursor: onboardingInProgress ? "not-allowed" : "pointer",
|
|
766
766
|
opacity: onboardingInProgress ? 0.6 : 1,
|
|
@@ -883,7 +883,7 @@ function PayPalConnectionPage() {
|
|
|
883
883
|
"button",
|
|
884
884
|
{
|
|
885
885
|
type: "button",
|
|
886
|
-
className: "rounded-md
|
|
886
|
+
className: "transition-fg relative inline-flex w-fit items-center justify-center overflow-hidden rounded-md outline-none shadow-buttons-neutral text-ui-fg-base bg-ui-button-neutral after:transition-fg after:absolute after:inset-0 after:content-[''] after:button-neutral-gradient hover:bg-ui-button-neutral-hover hover:after:button-neutral-hover-gradient active:bg-ui-button-neutral-pressed active:after:button-neutral-pressed-gradient focus-visible:shadow-buttons-neutral-focus disabled:bg-ui-bg-disabled disabled:border-ui-border-base disabled:text-ui-fg-disabled disabled:shadow-buttons-neutral disabled:after:hidden txt-compact-small-plus px-3 py-1.5",
|
|
887
887
|
onClick: () => setShowManual(false),
|
|
888
888
|
disabled: onboardingInProgress,
|
|
889
889
|
children: "Cancel"
|
|
@@ -893,7 +893,7 @@ function PayPalConnectionPage() {
|
|
|
893
893
|
"button",
|
|
894
894
|
{
|
|
895
895
|
type: "button",
|
|
896
|
-
className: "rounded-md
|
|
896
|
+
className: "transition-fg relative inline-flex w-fit items-center justify-center overflow-hidden rounded-md outline-none shadow-buttons-neutral text-ui-fg-base bg-ui-button-neutral after:transition-fg after:absolute after:inset-0 after:content-[''] after:button-neutral-gradient hover:bg-ui-button-neutral-hover hover:after:button-neutral-hover-gradient active:bg-ui-button-neutral-pressed active:after:button-neutral-pressed-gradient focus-visible:shadow-buttons-neutral-focus disabled:bg-ui-bg-disabled disabled:border-ui-border-base disabled:text-ui-fg-disabled disabled:shadow-buttons-neutral disabled:after:hidden txt-compact-small-plus px-3 py-1.5",
|
|
897
897
|
disabled: !canSaveManual || onboardingInProgress,
|
|
898
898
|
onClick: handleSaveManual,
|
|
899
899
|
children: "Save credentials"
|
|
@@ -1108,7 +1108,7 @@ function PayPalSettingsTab() {
|
|
|
1108
1108
|
type: "button",
|
|
1109
1109
|
onClick: onSave,
|
|
1110
1110
|
disabled: saving || loading,
|
|
1111
|
-
className: "rounded-md bg-ui-button-neutral
|
|
1111
|
+
className: "transition-fg relative inline-flex w-fit items-center justify-center overflow-hidden rounded-md outline-none shadow-buttons-neutral text-ui-fg-base bg-ui-button-neutral after:transition-fg after:absolute after:inset-0 after:content-[''] after:button-neutral-gradient hover:bg-ui-button-neutral-hover hover:after:button-neutral-hover-gradient active:bg-ui-button-neutral-pressed active:after:button-neutral-pressed-gradient focus-visible:shadow-buttons-neutral-focus disabled:bg-ui-bg-disabled disabled:border-ui-border-base disabled:text-ui-fg-disabled disabled:shadow-buttons-neutral disabled:after:hidden txt-compact-small-plus px-3 py-1.5",
|
|
1112
1112
|
children: saving ? "Saving..." : "Save settings"
|
|
1113
1113
|
}
|
|
1114
1114
|
),
|
|
@@ -153,7 +153,7 @@ function AdditionalSettingsTab() {
|
|
|
153
153
|
title: "Additional Settings",
|
|
154
154
|
description: "These settings control checkout behavior and PayPal experience.",
|
|
155
155
|
right: /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-3", children: [
|
|
156
|
-
/* @__PURE__ */ jsx("button", { type: "button", onClick: onSave, disabled: saving || loading, className: "rounded-md bg-ui-button-neutral
|
|
156
|
+
/* @__PURE__ */ jsx("button", { type: "button", onClick: onSave, disabled: saving || loading, className: "transition-fg relative inline-flex w-fit items-center justify-center overflow-hidden rounded-md outline-none shadow-buttons-neutral text-ui-fg-base bg-ui-button-neutral after:transition-fg after:absolute after:inset-0 after:content-[''] after:button-neutral-gradient hover:bg-ui-button-neutral-hover hover:after:button-neutral-hover-gradient active:bg-ui-button-neutral-pressed active:after:button-neutral-pressed-gradient focus-visible:shadow-buttons-neutral-focus disabled:bg-ui-bg-disabled disabled:border-ui-border-base disabled:text-ui-fg-disabled disabled:shadow-buttons-neutral disabled:after:hidden txt-compact-small-plus px-3 py-1.5", children: saving ? "Saving..." : "Save settings" }),
|
|
157
157
|
loading ? /* @__PURE__ */ jsx("span", { className: "text-sm text-ui-fg-subtle", children: "Loading..." }) : null
|
|
158
158
|
] }),
|
|
159
159
|
children: /* @__PURE__ */ jsxs("div", { className: "divide-y divide-ui-border-base", children: [
|
|
@@ -303,7 +303,7 @@ function AdvancedCardPaymentsTab() {
|
|
|
303
303
|
title: "Advanced Card Payments",
|
|
304
304
|
description: "Control card checkout settings and 3D Secure behavior.",
|
|
305
305
|
right: /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-3", children: [
|
|
306
|
-
/* @__PURE__ */ jsx("button", { type: "button", onClick: onSave, disabled: saving || loading, className: "rounded-md bg-ui-button-neutral
|
|
306
|
+
/* @__PURE__ */ jsx("button", { type: "button", onClick: onSave, disabled: saving || loading, className: "transition-fg relative inline-flex w-fit items-center justify-center overflow-hidden rounded-md outline-none shadow-buttons-neutral text-ui-fg-base bg-ui-button-neutral after:transition-fg after:absolute after:inset-0 after:content-[''] after:button-neutral-gradient hover:bg-ui-button-neutral-hover hover:after:button-neutral-hover-gradient active:bg-ui-button-neutral-pressed active:after:button-neutral-pressed-gradient focus-visible:shadow-buttons-neutral-focus disabled:bg-ui-bg-disabled disabled:border-ui-border-base disabled:text-ui-fg-disabled disabled:shadow-buttons-neutral disabled:after:hidden txt-compact-small-plus px-3 py-1.5", children: saving ? "Saving..." : "Save settings" }),
|
|
307
307
|
loading ? /* @__PURE__ */ jsx("span", { className: "text-sm text-ui-fg-subtle", children: "Loading..." }) : null
|
|
308
308
|
] }),
|
|
309
309
|
children: /* @__PURE__ */ jsxs("div", { className: "divide-y divide-ui-border-base", children: [
|
|
@@ -729,7 +729,7 @@ function PayPalConnectionPage() {
|
|
|
729
729
|
type: "button",
|
|
730
730
|
onClick: handleDisconnect,
|
|
731
731
|
disabled: onboardingInProgress,
|
|
732
|
-
className: "rounded-md
|
|
732
|
+
className: "transition-fg relative inline-flex w-fit items-center justify-center overflow-hidden rounded-md outline-none shadow-buttons-neutral text-ui-fg-base bg-ui-button-neutral after:transition-fg after:absolute after:inset-0 after:content-[''] after:button-neutral-gradient hover:bg-ui-button-neutral-hover hover:after:button-neutral-hover-gradient active:bg-ui-button-neutral-pressed active:after:button-neutral-pressed-gradient focus-visible:shadow-buttons-neutral-focus disabled:bg-ui-bg-disabled disabled:border-ui-border-base disabled:text-ui-fg-disabled disabled:shadow-buttons-neutral disabled:after:hidden txt-compact-small-plus px-3 py-1.5",
|
|
733
733
|
children: "Disconnect"
|
|
734
734
|
}
|
|
735
735
|
) })
|
|
@@ -759,7 +759,7 @@ function PayPalConnectionPage() {
|
|
|
759
759
|
href: finalUrl || "#",
|
|
760
760
|
"data-paypal-onboard-complete": "onboardingCallback",
|
|
761
761
|
onClick: handleConnectClick,
|
|
762
|
-
className: "inline-flex items-center justify-center rounded-md
|
|
762
|
+
className: "transition-fg relative inline-flex w-fit items-center justify-center overflow-hidden rounded-md outline-none no-underline shadow-buttons-neutral text-ui-fg-base bg-ui-button-neutral after:transition-fg after:absolute after:inset-0 after:content-[''] after:button-neutral-gradient hover:bg-ui-button-neutral-hover hover:after:button-neutral-hover-gradient active:bg-ui-button-neutral-pressed active:after:button-neutral-pressed-gradient focus-visible:shadow-buttons-neutral-focus disabled:bg-ui-bg-disabled disabled:border-ui-border-base disabled:text-ui-fg-disabled disabled:shadow-buttons-neutral disabled:after:hidden txt-compact-small-plus px-3 py-1.5",
|
|
763
763
|
style: {
|
|
764
764
|
cursor: onboardingInProgress ? "not-allowed" : "pointer",
|
|
765
765
|
opacity: onboardingInProgress ? 0.6 : 1,
|
|
@@ -882,7 +882,7 @@ function PayPalConnectionPage() {
|
|
|
882
882
|
"button",
|
|
883
883
|
{
|
|
884
884
|
type: "button",
|
|
885
|
-
className: "rounded-md
|
|
885
|
+
className: "transition-fg relative inline-flex w-fit items-center justify-center overflow-hidden rounded-md outline-none shadow-buttons-neutral text-ui-fg-base bg-ui-button-neutral after:transition-fg after:absolute after:inset-0 after:content-[''] after:button-neutral-gradient hover:bg-ui-button-neutral-hover hover:after:button-neutral-hover-gradient active:bg-ui-button-neutral-pressed active:after:button-neutral-pressed-gradient focus-visible:shadow-buttons-neutral-focus disabled:bg-ui-bg-disabled disabled:border-ui-border-base disabled:text-ui-fg-disabled disabled:shadow-buttons-neutral disabled:after:hidden txt-compact-small-plus px-3 py-1.5",
|
|
886
886
|
onClick: () => setShowManual(false),
|
|
887
887
|
disabled: onboardingInProgress,
|
|
888
888
|
children: "Cancel"
|
|
@@ -892,7 +892,7 @@ function PayPalConnectionPage() {
|
|
|
892
892
|
"button",
|
|
893
893
|
{
|
|
894
894
|
type: "button",
|
|
895
|
-
className: "rounded-md
|
|
895
|
+
className: "transition-fg relative inline-flex w-fit items-center justify-center overflow-hidden rounded-md outline-none shadow-buttons-neutral text-ui-fg-base bg-ui-button-neutral after:transition-fg after:absolute after:inset-0 after:content-[''] after:button-neutral-gradient hover:bg-ui-button-neutral-hover hover:after:button-neutral-hover-gradient active:bg-ui-button-neutral-pressed active:after:button-neutral-pressed-gradient focus-visible:shadow-buttons-neutral-focus disabled:bg-ui-bg-disabled disabled:border-ui-border-base disabled:text-ui-fg-disabled disabled:shadow-buttons-neutral disabled:after:hidden txt-compact-small-plus px-3 py-1.5",
|
|
896
896
|
disabled: !canSaveManual || onboardingInProgress,
|
|
897
897
|
onClick: handleSaveManual,
|
|
898
898
|
children: "Save credentials"
|
|
@@ -1107,7 +1107,7 @@ function PayPalSettingsTab() {
|
|
|
1107
1107
|
type: "button",
|
|
1108
1108
|
onClick: onSave,
|
|
1109
1109
|
disabled: saving || loading,
|
|
1110
|
-
className: "rounded-md bg-ui-button-neutral
|
|
1110
|
+
className: "transition-fg relative inline-flex w-fit items-center justify-center overflow-hidden rounded-md outline-none shadow-buttons-neutral text-ui-fg-base bg-ui-button-neutral after:transition-fg after:absolute after:inset-0 after:content-[''] after:button-neutral-gradient hover:bg-ui-button-neutral-hover hover:after:button-neutral-hover-gradient active:bg-ui-button-neutral-pressed active:after:button-neutral-pressed-gradient focus-visible:shadow-buttons-neutral-focus disabled:bg-ui-bg-disabled disabled:border-ui-border-base disabled:text-ui-fg-disabled disabled:shadow-buttons-neutral disabled:after:hidden txt-compact-small-plus px-3 py-1.5",
|
|
1111
1111
|
children: saving ? "Saving..." : "Save settings"
|
|
1112
1112
|
}
|
|
1113
1113
|
),
|
package/package.json
CHANGED
|
@@ -1,73 +1,73 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@easypayment/medusa-paypal",
|
|
3
|
-
"version": "0.6.
|
|
4
|
-
"description": "Industry-standard PayPal integration for Medusa v2",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"main": "./.medusa/server/src/index.js",
|
|
7
|
-
"types": "./.medusa/server/src/index.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
".medusa/server",
|
|
10
|
-
"src",
|
|
11
|
-
"scripts",
|
|
12
|
-
"package.json",
|
|
13
|
-
"README.md",
|
|
14
|
-
"LICENSE",
|
|
15
|
-
"tsconfig.json"
|
|
16
|
-
],
|
|
17
|
-
"exports": {
|
|
18
|
-
"./package.json": "./package.json",
|
|
19
|
-
"./admin": "./.medusa/server/src/admin/index.mjs",
|
|
20
|
-
"./workflows": "./.medusa/server/src/workflows/index.js",
|
|
21
|
-
"./providers/paypal": "./.medusa/server/src/providers/paypal/index.js",
|
|
22
|
-
"./providers/paypal_card": "./.medusa/server/src/providers/paypal_card/index.js",
|
|
23
|
-
"./modules/paypal": "./.medusa/server/src/modules/paypal/index.js",
|
|
24
|
-
".": "./.medusa/server/src/index.js",
|
|
25
|
-
"./.medusa/server/src/modules/*": "./.medusa/server/src/modules/*/index.js",
|
|
26
|
-
"./.medusa/server/src/modules/paypal": "./.medusa/server/src/modules/paypal/index.js",
|
|
27
|
-
"./.medusa/server/src/providers/*": "./.medusa/server/src/providers/*/index.js",
|
|
28
|
-
"./.medusa/server/src/providers/paypal": "./.medusa/server/src/providers/paypal/index.js",
|
|
29
|
-
"./.medusa/server/src/providers/paypal_card": "./.medusa/server/src/providers/paypal_card/index.js",
|
|
30
|
-
"./.medusa/server/src/admin": "./.medusa/server/src/admin/index.mjs",
|
|
31
|
-
"./.medusa/server/src/workflows": "./.medusa/server/src/workflows/index.js",
|
|
32
|
-
"./.medusa/server/src/*": "./.medusa/server/src/*.js",
|
|
33
|
-
"./.medusa/*": "./.medusa/*"
|
|
34
|
-
},
|
|
35
|
-
"scripts": {
|
|
36
|
-
"build": "medusa plugin:build",
|
|
37
|
-
"develop": "medusa plugin:develop",
|
|
38
|
-
"prepublishOnly": "npm run build"
|
|
39
|
-
},
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"@medusajs/admin-sdk": "2.12.5",
|
|
42
|
-
"@medusajs/cli": "2.12.5",
|
|
43
|
-
"@medusajs/framework": "2.12.5",
|
|
44
|
-
"@medusajs/medusa": "2.12.5",
|
|
45
|
-
"@medusajs/test-utils": "2.12.5",
|
|
46
|
-
"@medusajs/ui": "^4.0.0",
|
|
47
|
-
"@medusajs/icons": "2.12.5",
|
|
48
|
-
"@swc/core": "^1.5.7",
|
|
49
|
-
"typescript": "^5.6.2"
|
|
50
|
-
},
|
|
51
|
-
"peerDependencies": {
|
|
52
|
-
"@medusajs/admin-sdk": "^2.12.0",
|
|
53
|
-
"@medusajs/framework": "^2.12.0",
|
|
54
|
-
"@medusajs/medusa": "^2.12.0",
|
|
55
|
-
"@medusajs/ui": "^4.0.0",
|
|
56
|
-
"@medusajs/icons": "^2.12.0"
|
|
57
|
-
},
|
|
58
|
-
"publishConfig": {
|
|
59
|
-
"access": "public"
|
|
60
|
-
},
|
|
61
|
-
"engines": {
|
|
62
|
-
"node": ">=20"
|
|
63
|
-
},
|
|
64
|
-
"repository": {
|
|
65
|
-
"type": "git",
|
|
66
|
-
"url": "https://github.com/easypayment/medusa-paypal.git"
|
|
67
|
-
},
|
|
68
|
-
"keywords": [
|
|
69
|
-
"medusa-plugin-integration",
|
|
70
|
-
"medusa-v2",
|
|
71
|
-
"medusa-plugin-payment"
|
|
72
|
-
]
|
|
73
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@easypayment/medusa-paypal",
|
|
3
|
+
"version": "0.6.1",
|
|
4
|
+
"description": "Industry-standard PayPal integration for Medusa v2",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"main": "./.medusa/server/src/index.js",
|
|
7
|
+
"types": "./.medusa/server/src/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
".medusa/server",
|
|
10
|
+
"src",
|
|
11
|
+
"scripts",
|
|
12
|
+
"package.json",
|
|
13
|
+
"README.md",
|
|
14
|
+
"LICENSE",
|
|
15
|
+
"tsconfig.json"
|
|
16
|
+
],
|
|
17
|
+
"exports": {
|
|
18
|
+
"./package.json": "./package.json",
|
|
19
|
+
"./admin": "./.medusa/server/src/admin/index.mjs",
|
|
20
|
+
"./workflows": "./.medusa/server/src/workflows/index.js",
|
|
21
|
+
"./providers/paypal": "./.medusa/server/src/providers/paypal/index.js",
|
|
22
|
+
"./providers/paypal_card": "./.medusa/server/src/providers/paypal_card/index.js",
|
|
23
|
+
"./modules/paypal": "./.medusa/server/src/modules/paypal/index.js",
|
|
24
|
+
".": "./.medusa/server/src/index.js",
|
|
25
|
+
"./.medusa/server/src/modules/*": "./.medusa/server/src/modules/*/index.js",
|
|
26
|
+
"./.medusa/server/src/modules/paypal": "./.medusa/server/src/modules/paypal/index.js",
|
|
27
|
+
"./.medusa/server/src/providers/*": "./.medusa/server/src/providers/*/index.js",
|
|
28
|
+
"./.medusa/server/src/providers/paypal": "./.medusa/server/src/providers/paypal/index.js",
|
|
29
|
+
"./.medusa/server/src/providers/paypal_card": "./.medusa/server/src/providers/paypal_card/index.js",
|
|
30
|
+
"./.medusa/server/src/admin": "./.medusa/server/src/admin/index.mjs",
|
|
31
|
+
"./.medusa/server/src/workflows": "./.medusa/server/src/workflows/index.js",
|
|
32
|
+
"./.medusa/server/src/*": "./.medusa/server/src/*.js",
|
|
33
|
+
"./.medusa/*": "./.medusa/*"
|
|
34
|
+
},
|
|
35
|
+
"scripts": {
|
|
36
|
+
"build": "medusa plugin:build",
|
|
37
|
+
"develop": "medusa plugin:develop",
|
|
38
|
+
"prepublishOnly": "npm run build"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@medusajs/admin-sdk": "2.12.5",
|
|
42
|
+
"@medusajs/cli": "2.12.5",
|
|
43
|
+
"@medusajs/framework": "2.12.5",
|
|
44
|
+
"@medusajs/medusa": "2.12.5",
|
|
45
|
+
"@medusajs/test-utils": "2.12.5",
|
|
46
|
+
"@medusajs/ui": "^4.0.0",
|
|
47
|
+
"@medusajs/icons": "2.12.5",
|
|
48
|
+
"@swc/core": "^1.5.7",
|
|
49
|
+
"typescript": "^5.6.2"
|
|
50
|
+
},
|
|
51
|
+
"peerDependencies": {
|
|
52
|
+
"@medusajs/admin-sdk": "^2.12.0",
|
|
53
|
+
"@medusajs/framework": "^2.12.0",
|
|
54
|
+
"@medusajs/medusa": "^2.12.0",
|
|
55
|
+
"@medusajs/ui": "^4.0.0",
|
|
56
|
+
"@medusajs/icons": "^2.12.0"
|
|
57
|
+
},
|
|
58
|
+
"publishConfig": {
|
|
59
|
+
"access": "public"
|
|
60
|
+
},
|
|
61
|
+
"engines": {
|
|
62
|
+
"node": ">=20"
|
|
63
|
+
},
|
|
64
|
+
"repository": {
|
|
65
|
+
"type": "git",
|
|
66
|
+
"url": "https://github.com/easypayment/medusa-paypal.git"
|
|
67
|
+
},
|
|
68
|
+
"keywords": [
|
|
69
|
+
"medusa-plugin-integration",
|
|
70
|
+
"medusa-v2",
|
|
71
|
+
"medusa-plugin-payment"
|
|
72
|
+
]
|
|
73
|
+
}
|