We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wechat_pay
1 parent e43ea21 commit 4087d72Copy full SHA for 4087d72
CHANGELOG.md
@@ -22,6 +22,10 @@ adding additional type guards.
22
23
## Unreleased
24
25
+---
26
+
27
+## 3.6.0 - 2026-02-04
28
29
### Added
30
31
- Added support for `wechat_pay` payment method.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@paddle/paddle-node-sdk",
3
- "version": "3.5.0",
+ "version": "3.6.0",
4
"description": "A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.",
5
"main": "dist/cjs/index.cjs.node.js",
6
"module": "dist/esm/index.esm.node.js",
0 commit comments