1 messages · Page 1 of 1 (latest)
await stripe.customers.update(user.stripe_id, { name: undefined, email: undefined });
use an empty string instead
lokis-customer-unset