fix: add metadata-based Stripe customer lookup in verify-checkout for reliable post-subscription plan detection (#538)

This commit is contained in:
ajaysi
2026-05-26 15:25:05 +05:30
parent 6331671c6a
commit 96fa469fe8
71 changed files with 3366 additions and 17182 deletions

View File

@@ -103,6 +103,7 @@ class GSCBrainstormAPI {
}
return apiClient.create({
headers: { Authorization: `Bearer ${token}` },
timeout: 300000, // 5 minutes — LLM calls via wavespeed can take 2+ minutes
});
}