keronei / mpesa_flutter_plugin

Simple plugin for implementing Lipa Na MPESA Online on a flutter app.
https://pub.dev/packages/mpesa_flutter_plugin
Other
37 stars 20 forks source link

Till number support integration #6

Closed ndungudedan closed 3 years ago

ndungudedan commented 3 years ago

Now you can perform requests using customerbuygoods option which uses till numbers

JohnM-Kahura commented 3 years ago

can you explain how it works.The CustomerBuyGoods is not available in the TransactionType enum.

ndungudedan commented 3 years ago

The CustomerBuyGoods is available as aTransactionType enum... please check this file lib/payment_enums.dart

ndungudedan commented 3 years ago

In simple terms all you do to support till numbers is to use the store number provided by Safaricom as the business short code and then partyB you use the till number

JohnM-Kahura commented 3 years ago

my bad I was still loking at keronei's code.Am still somewhat new to flutter so how can I use your code as a packege do I just copy the contents of the lib folder to my project or what. Please assist

ndungudedan commented 3 years ago

how-to-add-a-package-from-github-in-flutter checkout that thread....but then u hvae to use my fork as my changes are yet to be merged here

JohnM-Kahura commented 3 years ago

thanks for the help👊👊