#tacologist.
1 messages · Page 1 of 1 (latest)
Which of libraries are you using? Is this node?
Yes, node
How are you setting up/initializing this.stripeService.client?
new Stripe(...) and I know that works because the retrieve function of customers works properly
Can you show me how you're calling retrieve?
this.stripeService.client.customers.retrieve( invoice.customer as string, ),
Right before calling your update function can you log this.stripeService.client.VERSION