File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
packages/web/docs/src/pages/docs/management Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
import NextImage from ' next/image'
2
- import { Callout } from ' @theguild/components'
2
+ import { Callout , Tabs } from ' @theguild/components'
3
3
import orgImage from ' ../../../../public/docs/pages/first-steps/org.png'
4
4
import newOrgImage from ' ../../../../public/docs/pages/management/create-an-organization-button.png'
5
5
import orgCustomRoleImage from ' ../../../../public/docs/pages/management/org-custom-role.png'
@@ -183,6 +183,23 @@ for your needs. You can modify your plan and resevered quota any time during the
183
183
custom needs.
184
184
</a >
185
185
186
+ #### How do I update my billing information?
187
+
188
+ <Tabs items = { [' Hobby' , ' Pro' , ' Enterprise' ]} >
189
+ <Tabs.Tab >Not applicable</Tabs.Tab >
190
+ <Tabs.Tab >
191
+ 1 . Go to the ** Subscription** tab under your organization's page.
192
+ 2 . Click on ** Manage Subscription** .
193
+ 3 . Click on ** Stripe Billing dashboard** .
194
+ 4 . Go to ** Billing Information** section and click on ** Update Information** .
195
+
196
+ </Tabs.Tab >
197
+ <Tabs.Tab >
198
+ 1 . Go to the ** Support** tab under your organization's page.
199
+ 2 . Create a ** new ticket** .
200
+ </Tabs.Tab >
201
+ </Tabs >
202
+
186
203
### Rename an organization
187
204
188
205
You can easily change the name of your organization in Hive by adjusting the settings of your
You can’t perform that action at this time.
0 commit comments