remove update subscription flow overall from UI

This commit is contained in:
Tanmay Deep Sharma
2025-10-29 21:36:45 +05:30
parent 40608f4494
commit 65559b47fd
5 changed files with 22 additions and 12 deletions
@@ -53,12 +53,6 @@ class EnterpriseAccountAPI extends ApiClient {
return axios.post(`${this.url}cancel_subscription`, data);
}
updateSubscriptionQuantity(quantity) {
return axios.post(`${this.url}update_subscription_quantity`, {
quantity,
});
}
changePricingPlan(data) {
return axios.post(`${this.url}change_pricing_plan`, data);
}