Dries Vints
Dries Vints
I can reproduce this. Sail doesn't matter, I've reproduced this on a fresh laravel app. I really wonder what's going on because by default 2FA is enabled through the fortify...
Hi @makssein. This shouldn't be possible because a Paddle customer is created whenever you invoke the payment screen. Can you share the code that gotten you in this situation?
I managed to reproduce this one. Thanks all for reporting. I sent in a fix for this one.
That would seem weird to me as it's just a POST request: https://developer.paddle.com/api-reference/subscriptions/activate-subscription. Is there any other info about the failing request? Any other info in the message body from...
@livan2r I would take up contact with Paddle because this would clearly indicate something wrong on their end if it's not a JSON response.
@livan2r I'm contacting Paddle about this directly and working with them on this. They mentioned your API key is exposed above so you will want to rotate it.
@livan2r I think I managed to fix it with https://github.com/laravel/cashier-paddle/pull/260. Could you perhaps try out that change to see if things work for you again?
@livan2r pushed a new commit based on your feedback. Can you try again?
Cool. Thanks!
Thanks @calebdw 👍