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

Method updateCustomerEmail

packages/server/src/StripeManager.ts:278–281  ·  view source on GitHub ↗
(customerId: string, email: string)

Source from the content-addressed store, hash-verified

276 }
277
278 public async updateCustomerEmail(customerId: string, email: string) {
279 if (!this.stripe) throw new Error('Stripe is not initialized')
280 await this.stripe.customers.update(customerId, { email })
281 }
282
283 public async getAdditionalSeatsProration(subscriptionId: string, quantity: number) {
284 if (!this.stripe) {

Callers 1

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected