mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 01:28:32 +00:00
docs: update billing information (#5531)
This commit is contained in:
parent
99047b4571
commit
df57e60157
1 changed files with 18 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import NextImage from 'next/image'
|
||||
import { Callout } from '@theguild/components'
|
||||
import { Callout, Tabs } from '@theguild/components'
|
||||
import orgImage from '../../../../public/docs/pages/first-steps/org.png'
|
||||
import newOrgImage from '../../../../public/docs/pages/management/create-an-organization-button.png'
|
||||
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
|
|||
custom needs.
|
||||
</a>
|
||||
|
||||
#### How do I update my billing information?
|
||||
|
||||
<Tabs items={['Hobby', 'Pro', 'Enterprise']}>
|
||||
<Tabs.Tab>Not applicable</Tabs.Tab>
|
||||
<Tabs.Tab>
|
||||
1. Go to the **Subscription** tab under your organization's page.
|
||||
2. Click on **Manage Subscription**.
|
||||
3. Click on **Stripe Billing dashboard**.
|
||||
4. Go to **Billing Information** section and click on **Update Information**.
|
||||
|
||||
</Tabs.Tab>
|
||||
<Tabs.Tab>
|
||||
1. Go to the **Support** tab under your organization's page.
|
||||
2. Create a **new ticket**.
|
||||
</Tabs.Tab>
|
||||
</Tabs>
|
||||
|
||||
### Rename an organization
|
||||
|
||||
You can easily change the name of your organization in Hive by adjusting the settings of your
|
||||
|
|
|
|||
Loading…
Reference in a new issue