Commit 7d4bdb2 1 parent c09c1e3 commit 7d4bdb2 Copy full SHA for 7d4bdb2
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const VERSION_2 = '2.0'
15
15
const PATH_CANCEL_SUBSCRIPTION = `${ VERSION_2 } /subscription/users_cancel`
16
16
const PATH_LIST_USERS = `${ VERSION_2 } /subscription/users`
17
17
const PATH_LIST_PLANS = `${ VERSION_2 } /subscription/plans`
18
+ const PATH_LIST_PAYMENTS = `${ VERSION_2 } /subscription/payments`
18
19
const PATH_UPDATE_USERS = `${ VERSION_2 } /subscription/users/update`
19
20
const PATH_LIST_PRODUCTS = `${ VERSION_2 } /product/get_products`
20
21
const PATH_GET_ORDER = `${ VERSION_1 } /order`
@@ -89,7 +90,7 @@ module.exports = class {
89
90
* Note: Returns all active, past_due, trialing and paused subscription
90
91
* plans if not specified.
91
92
*
92
- * @param {String } state list only subscriptions with given state. Lists only active subs by default.
93
+ * @param {String } [ state='active'] list only subscriptions with given state. Lists only active subs by default.
93
94
* @param {Number } perPage limit the response to a certain number of results
94
95
* @returns
95
96
*/
You can’t perform that action at this time.
0 commit comments