-
Warning: include_once(../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/mpesa/src/Mpesa.php on line 10
I get this error message whenever I am trying to use …
-
Hey @ndaba1 , can i help write this sdk? I am currently working with the mpesa api, and i can't find a workable lib for it. Need help?
-
There is a misleading comment in the mpesa class . The comment says that the function should be called for a B2C transaction while the actual function is a c2b.
/**
* Use this functio…
-
Hi! good work on this however, there's a slight issue with how you get the env variables in the Mpesa class. Once the config is cached, via config:cache, the .env file is no longer loaded and calls to…
-
When using this SDK inside a laravel project, the package fails to read the **env** variables if you run the **config:cache** command.
It's only able to pick the MPESA secret and keys after running…
-
Please let me know if this code still works, looks like something I missed or i need to edit the credential for mpesa or sandbox?
-
Would be great if there was a way to set the environment configs on every request, like load the required values from a database before calling e.g. like
//Example
`$mpesa->setConfigs( [
MPESA_CON…
-
i am using b2c api. my request gests succsess but i am not getting call back url
my request response is
{
"ConversationID": "AG_20180320_000079651564296dd839",
"Originato…
-
When checking the status of a Lipa Na M-Pesa Online Payment, I get Bad Request - Invalid timestap.
-
Is there a way to pass some value when initializing transactions and the same value will be return as callback values?
e.g
return [
‘invoice’ : ‘inv100837’
];
and the callback value will b…