Added prettier and prettied the code.

Created and added the razorpay payment module
This commit is contained in:
2025-02-16 04:37:30 +00:00
parent 513664dcbe
commit 6e3216a0ff
20 changed files with 767 additions and 415 deletions

View File

@ -35,7 +35,8 @@
"@mikro-orm/migrations": "^6.4.3",
"@mikro-orm/postgresql": "^6.4.3",
"awilix": "^8.0.1",
"pg": "^8.13.0"
"pg": "^8.13.0",
"razorpay": "^2.9.5"
},
"devDependencies": {
"@medusajs/test-utils": "^2.4.0",
@ -47,6 +48,7 @@
"@types/react": "^18.3.2",
"@types/react-dom": "^18.2.25",
"jest": "^29.7.0",
"prettier": "^3.5.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",