lucdotdev / hover_ussd

A flutter plugin to make payments by usehover.com ussd gateway using Android Intent and receiving the transaction information back in response.
MIT License
11 stars 10 forks source link

Name params in methods #3

Closed leenorshn closed 4 years ago

leenorshn commented 4 years ago

Il serait mieux de transformer la method ici sendUssd en avec des parametres plus parlant. par exemple _hoverUssd.sendUssd("c6e45e62", {"price": "4000"}); soit transformer en _hoverUssd.sendUssd(actionId:"c6e45e62", {"price": "4000"}); thanks a lot.

lucdotdev commented 4 years ago

Merci pour votre demande, elle sera pris en compte et viendras dans la prochaine version 😊