stripe-firebase-extensions icon indicating copy to clipboard operation
stripe-firebase-extensions copied to clipboard

Custom Invoice Description No Longer Works

Open JHethDev opened this issue 3 years ago • 1 comments

Bug report

  • Extension name: [firebase-stripe-invoices]

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.

JHethDev avatar Feb 07 '22 21:02 JHethDev

Curious...

healthybud avatar Feb 07 '22 22:02 healthybud