We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cd366 commit f23883eCopy full SHA for f23883e
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+
4
+## 2.9.5 - 2024-10-23
5
+fix: Cancel subscription `cancelAtCycleEnd` now supports both `boolean` and `0/1` values as expected.
6
## 2.9.4 - 2024-05-17
7
fix: Resolve SSRF vulnerability in request handling
8
feat: Added new API endpoints
package.json
@@ -1,6 +1,6 @@
{
"name": "razorpay",
- "version": "2.9.4",
+ "version": "2.9.5",
"description": "Official Node SDK for Razorpay API",
"main": "dist/razorpay",
"typings": "dist/razorpay",
0 commit comments