chargebee 2.34.0 → 2.34.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/lib/chargebee.js +1 -1
- package/lib/resources/api_endpoints.js +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
### v2.34.1 (2024-04-03)
|
|
2
|
+
* * *
|
|
3
|
+
|
|
4
|
+
#### New Input parameters:
|
|
5
|
+
* to_customer_id has been added to subscription#MoveRequest.
|
|
6
|
+
* copy_payment_source has been added to subscription#MoveRequest.
|
|
7
|
+
|
|
8
|
+
#### New endpoints:
|
|
9
|
+
* Subscription#MoveRequest has been added to the Subscription resource.
|
|
10
|
+
|
|
1
11
|
### v2.34.0 (2024-03-20)
|
|
2
12
|
* * *
|
|
3
13
|
|
package/lib/chargebee.js
CHANGED