docs: add note about syncing existing Polar products (#9)

* docs: add note about syncing existing Polar products

Clarifies that pre-existing products must be synced using syncProducts.

* function is a more suitable word
This commit is contained in:
Terrarix
2025-06-25 07:38:16 +05:30
committed by GitHub
parent f780c96b7d
commit 61cbd6246a

View File

@@ -170,6 +170,8 @@ subscriptions, and may not work as expected with one-time payments. Please
[open an issue](https://github.com/convex-dev/polar/issues) or [reach out on Discord](https://discord.gg/convex) [open an issue](https://github.com/convex-dev/polar/issues) or [reach out on Discord](https://discord.gg/convex)
if you run into any issues. if you run into any issues.
Products created prior to using this component need to be synced with Convex using the `syncProducts` function.
### Initialize the Polar client ### Initialize the Polar client
Create a Polar client in your Convex backend: Create a Polar client in your Convex backend: