chore: improve billing customer name using Nostr kind 0 with pubkey fallback #66
Reference in New Issue
Block a user
Delete Branch "userAdityaa/caravel:billing-customer-name"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
When we create a Stripe customer, we now try to use the user’s Nostr profile name (kind 0).
If that name is missing, we use only the first 8 characters of the pubkey.
So users no longer see ugly names like “Caravel tenant 97c...”.
closes #61