Closed steveyout closed 5 months ago
The responses from mpesa using this package dont return anything.Am using laravel i had to edit the mpesa Result like so return $response->json() to get the stk json response. Am using laravel 10.I could also make a pr for this
return $response->json()
Do you mind sending a PR so that I can check it out?
The responses from mpesa using this package dont return anything.Am using laravel i had to edit the mpesa Result like so
return $response->json()
to get the stk json response. Am using laravel 10.I could also make a pr for this