#wiiim
1 messages · Page 1 of 1 (latest)
I want to customize the description that is being displayed in the items list of an invoice from a subscription. How would I do that? Do I need to do that when creating the subscription or when an Invoice is being created (listening to the webhook) and modify it there?
For example, by default it shows "Time for 'product' from 'date' till 'date'" (or similiar)
You can listen to invoice.created event and then update the description.
Okay, thanks 🙂
Happy to help!