We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6672b52 commit 753c07bCopy full SHA for 753c07b
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 2.9.2 - 2023-08-16
4
+chore: Changed Content-Type of all APIs from application/x-www-form-urlencoded to application/json
5
+
6
## 2.9.1 - 2023-07-18
7
8
fix: A bug in the “Create Payment Link” request has been fixed.
package.json
@@ -1,6 +1,6 @@
{
"name": "razorpay",
- "version": "2.9.1",
+ "version": "2.9.2",
"description": "Official Node SDK for Razorpay API",
"main": "dist/razorpay",
"typings": "dist/razorpay",
0 commit comments