Introduce Client Invoice Payment Notifications to admin using Telegram Bot API.
When a client pays, a notification via telegramBotApi is sent to admin's chat id.
The admin can retrieve these notification messages online via getUpdates function.
A webhook is planned for future use so that chat id registered client's confirmation of receipt of telegram invoices can be sent by a notification message back to the bot webhook url. The webhook code is currently untested and will form part of a yii3 discussion.
Apply bootstrap 5 changes.
Next: webhook and bootstrap 5 breadcrumbs.
Q
A
Is bugfix?
❌
New feature?
✔️
Breaks BC?
❌
Fixed issues
comma-separated list of tickets # fixed by the PR, if any
Introduce Client Invoice Payment Notifications to admin using Telegram Bot API.
Next: webhook and bootstrap 5 breadcrumbs.