c12i / mpesa-rust

A MPESA API sdk in Rust
https://c12i.github.io/mpesa-rust/mpesa/index.html
MIT License
43 stars 14 forks source link

chore(client): Generic `send` implementation #89

Closed itsyaasir closed 9 months ago

itsyaasir commented 9 months ago

To remove the send dupication in all of service send method, I have created a generic method which can be used all services.

We need to consolidate all the Services error into one. @collinsmuriuki opened an issue for this #69