MCPcopy
hub / github.com/FlowiseAI/Flowise / updateCustomerEmail

Method updateCustomerEmail

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

Source from the content-addressed store, hash-verified

271 }
272
273 public async updateCustomerEmail(customerId: string, email: string) {
274 if (!this.stripe) throw new Error('Stripe is not initialized')
275 await this.stripe.customers.update(customerId, { email })
276 }
277
278 public async getAdditionalSeatsProration(subscriptionId: string, quantity: number) {
279 if (!this.stripe) {

Callers 1

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected