-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payments #657
base: main
Are you sure you want to change the base?
Payments #657
Conversation
# Conflicts: # src/Facades/Telegraph.php
# Conflicts: # config/telegraph.php # docs/12.features/9.dto.md
# Conflicts: # src/Handlers/WebhookHandler.php
Hi @DDijj English please |
Hey, guys. I have tested your functionality, everything about Invoice generally works, I plan to use it in production. In addition you will need to add more processing for pre_checkout_query, successful_payment and create an answerPrecheckoutQuery to respond to pre_checkout_query. Without this, the payment will not be complete. Basically you need to add: Just for you info, i doesnt have time to contribute, sorry, but probably it will be helpful :) |
Hi! Thanks for your feedback, we are planning to have all ready before the end of January |
Send Invoice method (https://core.telegram.org/bots/api#sendinvoice)
Create Invoice link method (https://core.telegram.org/bots/api#createinvoicelink)
Invoice DTO (https://core.telegram.org/bots/api#invoice)