mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #1504 from appwrite/chore-campaign-support-all-plan
Allow upgrade if current plan does not match the campaign plan
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
);
|
||||
}
|
||||
// Upgrade existing org
|
||||
else if (selectedOrg?.billingPlan === BillingPlan.FREE) {
|
||||
else if (selectedOrg?.billingPlan !== billingPlan) {
|
||||
org = await sdk.forConsole.billing.updatePlan(
|
||||
selectedOrg.$id,
|
||||
billingPlan,
|
||||
|
||||
Reference in New Issue
Block a user