Upgraded to medusajs 2.5.0 and the razorpay payment module is tested now. It is accepting basic payment. Some functions might still not be working.

This commit is contained in:
2025-02-17 02:19:45 +00:00
parent 6e3216a0ff
commit 7909d97cf8
3 changed files with 3056 additions and 3118 deletions

View File

@ -22,29 +22,29 @@
"test:unit": "TEST_TYPE=unit NODE_OPTIONS=--experimental-vm-modules jest --silent --runInBand --forceExit"
},
"dependencies": {
"@medusajs/admin-sdk": "^2.4.0",
"@medusajs/cache-redis": "^2.4.0",
"@medusajs/cli": "^2.4.0",
"@medusajs/event-bus-redis": "^2.4.0",
"@medusajs/file-s3": "^2.4.0",
"@medusajs/framework": "^2.4.0",
"@medusajs/medusa": "^2.4.0",
"@medusajs/workflow-engine-redis": "^2.4.0",
"@mikro-orm/core": "^6.4.3",
"@mikro-orm/knex": "^6.4.3",
"@mikro-orm/migrations": "^6.4.3",
"@mikro-orm/postgresql": "^6.4.3",
"@medusajs/admin-sdk": "^2.5.0",
"@medusajs/cache-redis": "^2.5.0",
"@medusajs/cli": "^2.5.0",
"@medusajs/event-bus-redis": "^2.5.0",
"@medusajs/file-s3": "^2.5.0",
"@medusajs/framework": "^2.5.0",
"@medusajs/medusa": "^2.5.0",
"@medusajs/workflow-engine-redis": "^2.5.0",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
"@mikro-orm/postgresql": "6.4.3",
"awilix": "^8.0.1",
"pg": "^8.13.0",
"razorpay": "^2.9.5"
},
"devDependencies": {
"@medusajs/test-utils": "^2.4.0",
"@mikro-orm/cli": "^6.4.3",
"@medusajs/test-utils": "^2.5.0",
"@mikro-orm/cli": "6.4.3",
"@swc/core": "1.5.7",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.13",
"@types/node": "^20.0.0",
"@types/node": "^22.13.4",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.2.25",
"jest": "^29.7.0",
@ -54,9 +54,10 @@
"react-dom": "^18.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vite": "^5.2.11"
"vite": "^5.2.11",
"yalc": "^1.0.0-pre.53"
},
"engines": {
"node": ">=20"
"node": ">=22"
}
}