lemonsqueezy.ts icon indicating copy to clipboard operation
lemonsqueezy.ts copied to clipboard

TypeError: client.listAllCustomers is not a function

Open Jaarson opened this issue 1 year ago • 0 comments

Got this error TypeError: client.listAllCustomers is not a function

To reproduce:

import { LemonsqueezyClient } from 'lemonsqueezy.ts'
import { LS_API_KEY } from '../utils/credentials.js'

const customers = await client.listAllCustomers()

Jaarson avatar Aug 23 '24 08:08 Jaarson