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
|
||||
- [Create a Polar account](https://polar.sh)
|
||||
- Create an organization and generate an organization token with permissions:
|
||||
- `products:read`,
|
||||
- `products:write`,
|
||||
- `subscriptions:read`,
|
||||
- `subscriptions:write`,
|
||||
- `customers:read`,
|
||||
- `customers:write`,
|
||||
- `checkouts:read`,
|
||||
- `checkouts:write`,
|
||||
- `checkout_links:read`,
|
||||
- `checkout_links:write`,
|
||||
- `customer_portal:read`,
|
||||
- `customer_portal:write`,
|
||||
- `products:read`
|
||||
- `products:write`
|
||||
- `subscriptions:read`
|
||||
- `subscriptions:write`
|
||||
- `customers:read`
|
||||
- `customers:write`
|
||||
- `checkouts:read`
|
||||
- `checkouts:write`
|
||||
- `checkout_links:read`
|
||||
- `checkout_links:write`
|
||||
- `customer_portal:read`
|
||||
- `customer_portal:write`
|
||||
- `customer_sessions:write`
|
||||
- Create a product in the Polar dashboard for each pricing plan that you want to offer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user