@wireapp/api-client 26.14.0 → 26.14.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.
@@ -107,7 +107,7 @@ class BillingAPI {
107
107
  async subscribe(teamId, planId) {
108
108
  const config = {
109
109
  data: { planId },
110
- method: 'post',
110
+ method: 'put',
111
111
  url: `${BillingAPI.URL.TEAMS}/${teamId}/${BillingAPI.URL.BILLING}/subscription`,
112
112
  };
113
113
  const response = await this.client.sendJSON(config);
package/package.json CHANGED
@@ -66,6 +66,6 @@
66
66
  "watch": "webpack serve --config webpack.browser.js",
67
67
  "prepare": "yarn dist"
68
68
  },
69
- "version": "26.14.0",
70
- "gitHead": "9662a8bddbe0173f86673a7fec2ea27920c5466a"
69
+ "version": "26.14.1",
70
+ "gitHead": "c94175a33db40c02c0f821120b946e97aae87ab3"
71
71
  }