defstudio / telegraph

Telegraph is a Laravel package for fluently interacting with Telegram Bots
MIT License
697 stars 118 forks source link

WIP: feat(invoice): add basis #587

Closed pepperfm closed 5 months ago

pepperfm commented 6 months ago

Hi everyone!

I want to introduce a new payment feature that implements this api: https://core.telegram.org/bots/api#payments

Recently, in my project, it became necessary to implement payments through a bot. I'm using your library with great pleasure, so I decided to create my first PR and start development from this endpoint

This part of the code implements a minimum of functionality of sendInvoice endpoint, so i need some feedback from you about code style and classes usability:

Basically, I'll be glad to receive any comments from you about code-style that you use for

fabio-ivona commented 6 months ago

Hi, thanks for your contribution, will check ASAP

fabio-ivona commented 5 months ago

Hi @pepperfm we have a payment feature under testing, so I will take your PR into account in order to improve our code, thanks! we'll be out with it in short time, thanks!

ah-rahimi commented 2 months ago

Hi @fabio-ivona, I wanted to follow up on the status of the payment implementation Has there been any progress? When will it be released? I need this and if you want I can help in implementing it

fabio-ivona commented 2 months ago

@ah-rahimi I have a working beta, are you available for testing it?

ah-rahimi commented 2 months ago

@fabio-ivona No problem. I can test it in the coming days.

fabio-ivona commented 2 months ago

in this case, you can use this to test it: composer require defstudio/telegraph:dev-payments

let me know if you feel something to report