Details
Description
When a payment is made via Stripe Payments for multiple invoices, each invoice is included in the "description" field displayed in Stripe in a CSV list. However, Stripe has an (undocument) limitation of 1000 characters for that field.
Update Stripe Payments to enforce a 1000-character limit on the field by truncating anything larger than that to at most 1000 characters with an elipsis, e.g. "Invoice #1, Invoice #2, Invo..."