diff --git a/supabase/functions/get_stripe_url/index.ts b/supabase/functions/get_stripe_url/index.ts index 869e290..33a646b 100644 --- a/supabase/functions/get_stripe_url/index.ts +++ b/supabase/functions/get_stripe_url/index.ts @@ -64,6 +64,8 @@ clientRequestHandler(async (req, user) => { distinctId: user.id, event, properties: { + price, + product: priceObj?.product, $set: { "stripe_customer_id": stripeCustomerId, },