@@ -82,21 +82,13 @@ for (let workplace of workplaces) {
82
82
* [ ` getPaymentSettings(venueId) ` ] ( docs/venues.md#getpaymentsettings-venueId )
83
83
* [ ` savePaymentSettings(venueId, params) ` ] ( docs/venues.md#savepaymentsettings-venueId-params )
84
84
* payments
85
- * [ ` invoices.list({limit, lastId}) ` ] ( docs/payments.md#invoices.listlimit-lastid )
86
- * [ ` invoices.get({invoiceId}) ` ] ( docs/payments.md#invoices.getinvoiceid )
87
- * [ ` plans.list({limit, lastId}) ` ] ( docs/payments.md#plans.listlimit-lastid )
88
- * [ ` plans.get({planId}) ` ] ( docs/payments.md#plans.getplanid )
89
- * [ ` plans.subscriptions({planId}) ` ] ( docs/payments.md#plans.subscriptionsplanid )
90
- * [ ` subscriptions.list({limit, lastId, status}) ` ] ( docs/payments.md#subscriptions.listlimit-lastid-status )
91
- * [ ` subscriptions.get({subscriptionId}) ` ] ( docs/payments.md#subscriptions.getsubscriptionid )
92
85
* [ ` users.get({userId}) ` ] ( docs/payments.md#users.getuserid )
93
86
* [ ` users.subscriptions({userId}) ` ] ( docs/payments.md#users.subscriptionsuserid )
94
87
* [ ` users.invoices({userId}) ` ] ( docs/payments.md#users.invoicesuserid )
95
88
* [ ` users.payments({userId}) ` ] ( docs/payments.md#users.paymentsuserid )
96
89
* [ ` users.upsert({userId, user}) ` ] ( docs/payments.md#users.upsertuserId-user )
97
90
* [ ` users.createSource({userId, token, email, setDefault}) ` ] ( docs/payments.md#users.createSourceuserid-token-email-setdefault )
98
- * [ ` users.createSubscription({userId, subscription}) ` ] ( docs/payments.md#users.createsubscriptionuserid-subscription )
99
91
* [ ` users.createCharge({userId, charge}) ` ] ( docs/payments.md#users.createchargeuserid-charge )
100
92
* [ ` users.listSources({userId, limit, lastId}) ` ] ( docs/payments.md#users.listsourcesuserid-limit-lastid )
101
93
* [ ` users.deleteSource({userId, sourceId}) ` ] ( docs/payments.md#users.deletesourceuserid-sourceid )
102
- * [ ` users.setDefaultSource({userId, sourceId}) ` ] ( docs/payments.md#users.setdefaultsourceuserid-sourceid )
94
+ * [ ` users.setDefaultSource({userId, sourceId}) ` ] ( docs/payments.md#users.setdefaultsourceuserid-sourceid )
0 commit comments