#blackarcanis-thomas_api
1 messages ยท Page 1 of 1 (latest)
๐ 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.
- blackarcanis-thomas_unexpected, 2 days ago, 19 messages
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?
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
๐ stepping in for synthrider as they need to step away, taking a look.
Thank you!
Hmm looks like in the request you are doing \r\n: https://dashboard.stripe.com/test/logs/req_sI2sPMbImsqjCF
What happens if you just use the newline there?
I tried and the \n is not interpreted too, neither <br>
(see here: dp_1R9oBAEAXIGNKSo5c0fGsvFj and here: dp_1R9oCsEAXIGNKSo5IuayZ1Xj)
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?
Not better :/