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
I have strange issue with payments API: after successfull payment, when Telegram sends to bot message of the type successful_payment , i have following error:
Unhandled error occured on face1!
Class 'unreal4u\TelegramAPI\Telegram\Types\SuccessFulPayment' not found
/var/www/tg-dev/vendor/unreal4u/telegram-api/src/Telegram/Types/Message.php:313
But i cannot fastly find any problems, all files, classes & namespaces seems to be ok...
The text was updated successfully, but these errors were encountered:
Can you check whether the class is correctly found in vendor/composer/autoload_classmap.php? Also a git status output on vendor/unreal4u/telegram-api would be useful for me to check :)
Hello!
I have strange issue with payments API: after successfull payment, when Telegram sends to bot message of the type successful_payment , i have following error:
But i cannot fastly find any problems, all files, classes & namespaces seems to be ok...
The text was updated successfully, but these errors were encountered: