lemonsqueezy.ts
lemonsqueezy.ts copied to clipboard
TypeError: client.listAllCustomers is not a function
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()