The main invoice description no longer shows up anywhere on the invoice page. This feature was requested by #210 and implemented by #231 but no longer produces a note/memo/description on the invoice page, email, or downloaded PDF.
In checking the event data the description field is null, but before it used to show the description I was putting in the Firestore invoice object.
To Reproduce
Add an invoice object to a Firestore database and make sure it has a description field at the top level of the object.
Expected behavior
The note should appear somewhere like it did a few months ago.
Bug report
Describe the bug
The main invoice description no longer shows up anywhere on the invoice page. This feature was requested by #210 and implemented by #231 but no longer produces a note/memo/description on the invoice page, email, or downloaded PDF.
In checking the event data the description field is null, but before it used to show the description I was putting in the Firestore invoice object.
To Reproduce
Add an invoice object to a Firestore database and make sure it has a description field at the top level of the object.
Expected behavior
The note should appear somewhere like it did a few months ago.
Additional context
The previous behavior is still shown on this page https://firebase.google.com/products/extensions/stripe-firestore-stripe-invoices the invoice image shown there has the description field as it used to appear.