medusa-payment-yookassa 0.0.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.
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GET = GET;
4
+ async function GET(req, res) {
5
+ res.sendStatus(200);
6
+ }
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicm91dGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBpL2FkbWluL3BsdWdpbi9yb3V0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUVBLGtCQUtDO0FBTE0sS0FBSyxVQUFVLEdBQUcsQ0FDdkIsR0FBa0IsRUFDbEIsR0FBbUI7SUFFbkIsR0FBRyxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsQ0FBQztBQUN0QixDQUFDIn0=
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GET = GET;
4
+ async function GET(req, res) {
5
+ res.sendStatus(200);
6
+ }
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicm91dGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBpL3N0b3JlL3BsdWdpbi9yb3V0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUVBLGtCQUtDO0FBTE0sS0FBSyxVQUFVLEdBQUcsQ0FDdkIsR0FBa0IsRUFDbEIsR0FBbUI7SUFFbkIsR0FBRyxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsQ0FBQztBQUN0QixDQUFDIn0=
package/README.md ADDED
@@ -0,0 +1,64 @@
1
+ <p align="center">
2
+ <a href="https://www.medusajs.com">
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/59018053/229103275-b5e482bb-4601-46e6-8142-244f531cebdb.svg">
5
+ <source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/59018053/229103726-e5b529a3-9b3f-4970-8a1f-c6af37f087bf.svg">
6
+ <img alt="Medusa logo" src="https://user-images.githubusercontent.com/59018053/229103726-e5b529a3-9b3f-4970-8a1f-c6af37f087bf.svg">
7
+ </picture>
8
+ </a>
9
+ </p>
10
+ <h1 align="center">
11
+ Medusa Plugin Starter
12
+ </h1>
13
+
14
+ <h4 align="center">
15
+ <a href="https://docs.medusajs.com">Documentation</a> |
16
+ <a href="https://www.medusajs.com">Website</a>
17
+ </h4>
18
+
19
+ <p align="center">
20
+ Building blocks for digital commerce
21
+ </p>
22
+ <p align="center">
23
+ <a href="https://github.com/medusajs/medusa/blob/master/CONTRIBUTING.md">
24
+ <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="PRs welcome!" />
25
+ </a>
26
+ <a href="https://www.producthunt.com/posts/medusa"><img src="https://img.shields.io/badge/Product%20Hunt-%231%20Product%20of%20the%20Day-%23DA552E" alt="Product Hunt"></a>
27
+ <a href="https://discord.gg/xpCwq3Kfn8">
28
+ <img src="https://img.shields.io/badge/chat-on%20discord-7289DA.svg" alt="Discord Chat" />
29
+ </a>
30
+ <a href="https://twitter.com/intent/follow?screen_name=medusajs">
31
+ <img src="https://img.shields.io/twitter/follow/medusajs.svg?label=Follow%20@medusajs" alt="Follow @medusajs" />
32
+ </a>
33
+ </p>
34
+
35
+ ## Compatibility
36
+
37
+ This starter is compatible with versions >= 2.4.0 of `@medusajs/medusa`.
38
+
39
+ ## Getting Started
40
+
41
+ Visit the [Quickstart Guide](https://docs.medusajs.com/learn/installation) to set up a server.
42
+
43
+ Visit the [Plugins documentation](https://docs.medusajs.com/learn/fundamentals/plugins) to learn more about plugins and how to create them.
44
+
45
+ Visit the [Docs](https://docs.medusajs.com/learn/installation#get-started) to learn more about our system requirements.
46
+
47
+ ## What is Medusa
48
+
49
+ Medusa is a set of commerce modules and tools that allow you to build rich, reliable, and performant commerce applications without reinventing core commerce logic. The modules can be customized and used to build advanced ecommerce stores, marketplaces, or any product that needs foundational commerce primitives. All modules are open-source and freely available on npm.
50
+
51
+ Learn more about [Medusa’s architecture](https://docs.medusajs.com/learn/introduction/architecture) and [commerce modules](https://docs.medusajs.com/learn/fundamentals/modules/commerce-modules) in the Docs.
52
+
53
+ ## Community & Contributions
54
+
55
+ The community and core team are available in [GitHub Discussions](https://github.com/medusajs/medusa/discussions), where you can ask for support, discuss roadmap, and share ideas.
56
+
57
+ Join our [Discord server](https://discord.com/invite/medusajs) to meet other community members.
58
+
59
+ ## Other channels
60
+
61
+ - [GitHub Issues](https://github.com/medusajs/medusa/issues)
62
+ - [Twitter](https://twitter.com/medusajs)
63
+ - [LinkedIn](https://www.linkedin.com/company/medusajs)
64
+ - [Medusa Blog](https://medusajs.com/blog/)
package/package.json ADDED
@@ -0,0 +1,82 @@
1
+ {
2
+ "name": "medusa-payment-yookassa",
3
+ "version": "0.0.1",
4
+ "description": "YooKassa provider for Medusa",
5
+ "author": "Sergei Kudinov",
6
+ "contributors": [
7
+ "Ilya Ivanitski <i.a.ivanitski@gmail.com>"
8
+ ],
9
+ "license": "MIT",
10
+ "files": [
11
+ ".medusa/server"
12
+ ],
13
+ "exports": {
14
+ "./package.json": "./package.json",
15
+ "./workflows": "./.medusa/server/src/workflows/index.js",
16
+ "./.medusa/server/src/modules/*": "./.medusa/server/src/modules/*/index.js",
17
+ "./modules/*": "./.medusa/server/src/modules/*/index.js",
18
+ "./providers/*": "./.medusa/server/src/providers/*/index.js",
19
+ "./*": "./.medusa/server/src/*.js"
20
+ },
21
+ "keywords": [
22
+ "medusa",
23
+ "plugin",
24
+ "medusa-plugin-other",
25
+ "medusa-plugin",
26
+ "medusa-v2",
27
+ "yookassa",
28
+ "payment"
29
+ ],
30
+ "scripts": {
31
+ "build": "medusa plugin:build",
32
+ "dev": "medusa plugin:develop",
33
+ "prepublishOnly": "medusa plugin:build"
34
+ },
35
+ "devDependencies": {
36
+ "@medusajs/admin-sdk": "2.4.0",
37
+ "@medusajs/cli": "2.4.0",
38
+ "@medusajs/framework": "2.4.0",
39
+ "@medusajs/medusa": "2.4.0",
40
+ "@medusajs/test-utils": "2.4.0",
41
+ "@medusajs/ui": "4.0.4",
42
+ "@medusajs/icons": "2.4.0",
43
+ "@mikro-orm/cli": "6.4.3",
44
+ "@mikro-orm/core": "6.4.3",
45
+ "@mikro-orm/knex": "6.4.3",
46
+ "@mikro-orm/migrations": "6.4.3",
47
+ "@mikro-orm/postgresql": "6.4.3",
48
+ "@swc/core": "1.5.7",
49
+ "@types/node": "^20.0.0",
50
+ "@types/react": "^18.3.2",
51
+ "@types/react-dom": "^18.2.25",
52
+ "awilix": "^8.0.1",
53
+ "pg": "^8.13.0",
54
+ "prop-types": "^15.8.1",
55
+ "react": "^18.2.0",
56
+ "react-dom": "^18.2.0",
57
+ "ts-node": "^10.9.2",
58
+ "typescript": "^5.6.2",
59
+ "vite": "^5.2.11",
60
+ "yalc": "^1.0.0-pre.53"
61
+ },
62
+ "peerDependencies": {
63
+ "@medusajs/admin-sdk": "2.4.0",
64
+ "@medusajs/cli": "2.4.0",
65
+ "@medusajs/framework": "2.4.0",
66
+ "@medusajs/test-utils": "2.4.0",
67
+ "@medusajs/medusa": "2.4.0",
68
+ "@medusajs/ui": "4.0.3",
69
+ "@medusajs/icons": "2.4.0",
70
+ "@mikro-orm/cli": "6.4.3",
71
+ "@mikro-orm/core": "6.4.3",
72
+ "@mikro-orm/knex": "6.4.3",
73
+ "@mikro-orm/migrations": "6.4.3",
74
+ "@mikro-orm/postgresql": "6.4.3",
75
+ "awilix": "^8.0.1",
76
+ "pg": "^8.13.0"
77
+ },
78
+ "engines": {
79
+ "node": ">=20"
80
+ },
81
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
82
+ }