You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doesn't work with laravel 9 @rohitgomgee Safaricom have upgraded this endpoint to V2, am not sure but they might have closed V1. This package is still out of date.
#30
Open
Wesley-Sinde opened this issue
Oct 17, 2022
· 0 comments
I changed $url = $this->base_url . '/c2b/v1/simulate'; to $url = $this->base_url . '/c2b/v2/simulate'; But still cant work the same error @rohitgomgee Safaricom have upgraded this endpoint to V2, am not sure but they might have closed V1. This package is still out of date.
You can fork the package and change this line to v2
The text was updated successfully, but these errors were encountered:
Wesley-Sinde
changed the title
Doesn't work with laravel 9@rohitgomgee Safaricom have upgraded this endpoint to V2, am not sure but they might have closed V1. This package is still out of date.
Doesn't work with laravel 9 @rohitgomgee Safaricom have upgraded this endpoint to V2, am not sure but they might have closed V1. This package is still out of date.
Oct 17, 2022
I changed
$url = $this->base_url . '/c2b/v1/simulate';
to$url = $this->base_url . '/c2b/v2/simulate';
But still cant work the same error@rohitgomgee Safaricom have upgraded this endpoint to V2, am not sure but they might have closed V1. This package is still out of date.
You can fork the package and change this line to
v2
laravel_mpesa/src/Mpesa.php
Line 309 in ace7024
Originally posted by @gathuku in #28 (comment)
The text was updated successfully, but these errors were encountered: