Русское сообщество разработки на PHP-фреймворке Laravel.
Ты не вошёл. Вход тут.
Страницы 1
Hello,
It looks like your issue might be related to a few different areas. First, ensure that the URLs for successful and failed payments are correctly set up on the Freekassa side. Next, check the values of your environment variables (FREEKASSA_LINK_OK, FREEKASSA_LINK_NOT, and APP_URL) to make sure they are correctly defined in your .env file. Additionally, confirm that the paymentId is being passed correctly and contains the appropriate value. You should also examine your application's error logs for more detailed information about the issue. You could try running a piece of code that outputs the environment variable values and URLs to debug the problem. If everything appears to be set up correctly and the issue persists, consider logging the requests and responses from Freekassa for further analysis.
Страницы 1