You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Stripe's uses \n in it's payload. If you were to console.log() the raw payload, and paste into say, Postman (on windows at least), you will have a bad time since it uses \r\n for new lines, and you will waste a few hours trying to figure out where the problem is (ask me how I know).
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hi @forgotPassword, we 100% want to prevent this trouble for happening for future users. Thank you for reporting this.
Can you help me understand exactly what text you were console.log-ing and where you were pasting it with the extra carriage return to cause an error? Right now I'm not certain where the warning you suggest would go.
I was just dumping the req.body of the webhook payload, in order to manually/more easily replay it from Postman. The newlines are part of the json payload itself (so there are like 100 of them).
It's more a Postman 'bug' than anything (it seems over the years it switched from \n to \r\n, perhaps OS dependent). postmanlabs/postman-app-support#422
Is your feature request related to a problem? Please describe.
Stripe's uses
\n
in it's payload. If you were to console.log() the raw payload, and paste into say, Postman (on windows at least), you will have a bad time since it uses\r\n
for new lines, and you will waste a few hours trying to figure out where the problem is (ask me how I know).Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: