MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / getStripe

Method getStripe

packages/server/src/StripeManager.ts:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 public getStripe() {
30 if (!this.stripe) throw new Error('Stripe is not initialized')
31 return this.stripe
32 }
33
34 public getSubscriptionObject(subscription: Stripe.Response<Stripe.Subscription>) {
35 return {

Callers 5

updateAdditionalSeatsMethod · 0.80
getQuotasMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected