From 61cbd6246a9b0b33e32af462eeb012e1d85100c7 Mon Sep 17 00:00:00 2001 From: Terrarix Date: Wed, 25 Jun 2025 07:38:16 +0530 Subject: [PATCH] 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 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6eecc85..02efa07 100644 --- a/README.md +++ b/README.md @@ -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) 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 Create a Polar client in your Convex backend: