Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@Wesley-Sinde
Copy link

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

$url = $this->base_url.'/c2b/v1/simulate';

Originally posted by @gathuku in #28 (comment)

@Wesley-Sinde 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant