#blackarcanis-thomas_api

1 messages ยท Page 1 of 1 (latest)

delicate rainBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1357353014217670777

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

woeful fossil
#

Example here:

#

I'm using the PHP Stripe API

woven vortex
#

I'm not sure that behaviour is specified. It looks like you are getting new lines, what else are you sending there?

#

Can you share an example request?

woeful fossil
#

It's not new lines, it's spaces that have been added by my IDE. But if I remove these spaces to only keep "\n" there's no new lines. See: evt_3R9oUSEAXIGNKSo51gbkOt8o

#

If I edit then

#

No \n here only what the IDE made; that's why I'm trying to figured our what could be the right thing to do a proper line break

delicate rainBOT
remote flint
#

๐Ÿ‘‹ stepping in for synthrider as they need to step away, taking a look.

woeful fossil
#

Thank you!

remote flint
woeful fossil
#

I tried and the \n is not interpreted too, neither <br>

#

(see here: dp_1R9oBAEAXIGNKSo5c0fGsvFj and here: dp_1R9oCsEAXIGNKSo5IuayZ1Xj)

remote flint
#

Okay yeah I haven't tested this specifically myself so give me a few mins to look.

#

Hmm okay when I just do product_description: "test\ntest" it does work fine in terms of creating a newline as expected. Can you double check that running a test like that works for you as well?

woeful fossil
#

Not better :/

remote flint
#

Remove everything else and just do "test/ntest"

#

Let's rule some stuff out by making sure that works

#

When I do that I get: