mirror of
https://github.com/LukeHagar/polar.git
synced 2025-12-06 04:20:58 +00:00
fix readme format
This commit is contained in:
24
README.md
24
README.md
@@ -27,18 +27,18 @@ const user = useQuery(api.example.getCurrentUser);
|
|||||||
### Polar Account
|
### Polar Account
|
||||||
- [Create a Polar account](https://polar.sh)
|
- [Create a Polar account](https://polar.sh)
|
||||||
- Create an organization and generate an organization token with permissions:
|
- Create an organization and generate an organization token with permissions:
|
||||||
- `products:read`,
|
- `products:read`
|
||||||
- `products:write`,
|
- `products:write`
|
||||||
- `subscriptions:read`,
|
- `subscriptions:read`
|
||||||
- `subscriptions:write`,
|
- `subscriptions:write`
|
||||||
- `customers:read`,
|
- `customers:read`
|
||||||
- `customers:write`,
|
- `customers:write`
|
||||||
- `checkouts:read`,
|
- `checkouts:read`
|
||||||
- `checkouts:write`,
|
- `checkouts:write`
|
||||||
- `checkout_links:read`,
|
- `checkout_links:read`
|
||||||
- `checkout_links:write`,
|
- `checkout_links:write`
|
||||||
- `customer_portal:read`,
|
- `customer_portal:read`
|
||||||
- `customer_portal:write`,
|
- `customer_portal:write`
|
||||||
- `customer_sessions:write`
|
- `customer_sessions:write`
|
||||||
- Create a product in the Polar dashboard for each pricing plan that you want to offer
|
- Create a product in the Polar dashboard for each pricing plan that you want to offer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user