如何在 Stripe Checkout 的项目描述中添加新行

How to add new lines in item's description in Stripe Checkout

我想对 Stripe Checkout 中的商品进行多行描述。但是,Stripe 会删除描述中的所有空白,包括新行。

例如,而不是:

First name: John
Last name: Doe
Email: example@gmail.com

描述最终看起来像这样:

First name: John Last name: Doe Email: example@gmail.com

本例仅供提问。我会有比这更复杂的用例。是否可以覆盖此行为并将格式应用于描述,或者至少保留新行?

我咨询了 Stripe 支持人员。目前 Stripe Checkout 无法做到这一点:

We don't see this being possible to do with Stripe Checkout. We can't guarantee that this feature will be implemented at the moment, but we’re rapidly evolving our product suites, so be sure to stay close to hear about new products and features as we announce them.