added notification system for successful payment

This commit is contained in:
Gitea
2025-06-20 20:34:57 +05:30
parent dbe6d49c49
commit 3afa74ecc2
3 changed files with 52 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ return [
'move_or_delete' => env('MOVE_OR_DELETE', null),
'auto_fetch_mail' => env('AUTO_FETCH_MAIL', false),
'notify_tg_bot_token' => env('NOTIFY_TG_BOT_TOKEN', ''),
'notify_tg_chat_id' => env('NOTIFY_TG_CHAT_ID', ''),
/*
|--------------------------------------------------------------------------
| Application Debug Mode