nextjs-subscription-payments
nextjs-subscription-payments copied to clipboard
copyBillingDetailsToCustomer - Why return on !name, !phone, or !address?
Hey,
I noticed that there's a copyBillingDetailsToCustomer() function that runs on createOrRetrieveCustomer.
Any reason why it returns when there's a missing name, phone or address?
What if a customer doesn't add their phone? Or address? Any reason why their billing details shouldn't be updated?
Thanks!
Not really, probably can be removed. Do you want to open a PR?