laravel_mpesa icon indicating copy to clipboard operation
laravel_mpesa copied to clipboard

A simple mpesa package for laravel framework | https://beyode.co.ke/mpesa

Results 4 laravel_mpesa issues
Sort by recently updated
recently updated
newest added

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...

**On call** : $simulateResponse=Mpesa::simulateC2B(10, "254708374149", "Testing"); **Getting this error :** {"fault":{"faultstring":"Unable to identify proxy for host: secure and url: \/c2b\/v1\/simulate","detail":{"errorcode":"messaging.adaptors.http.flow.ApplicationNotFound"}}} Please help me to fix it.

The package currently requires `"illuminate/support": "^5.0|^6.0|^7.0|^8.0"` which pulls in versions `^5.0|^6.0|^7.0` which might not be getting any security fixes. Can we have another version which will require the minimum version...