1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

change payment method for org

This commit is contained in:
Kyle Spearrin
2017-04-08 16:42:05 -04:00
parent d4b4c7bd71
commit f63f4e0aa3
10 changed files with 398 additions and 22 deletions

View File

@@ -39,6 +39,7 @@
list: { method: 'GET', params: {} },
post: { method: 'POST', params: {} },
put: { method: 'POST', params: { id: '@id' } },
putPayment: { url: _apiUri + '/organizations/:id/payment', method: 'POST', params: { id: '@id' } },
del: { url: _apiUri + '/organizations/:id/delete', method: 'POST', params: { id: '@id' } }
});