fix: add metadata-based Stripe customer lookup in verify-checkout for reliable post-subscription plan detection (#538)
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user