We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89d1295 + 376241c commit e4e8c8cCopy full SHA for e4e8c8c
README.md
@@ -18,7 +18,7 @@ composer require karson/mpesa-php-sdk
18
## Usage
19
20
``` php
21
-// Set the consumer key and consumer secret as follows
+// Set the api and public key as follows . Copy it from Mpesa Developer Console.(https://developer.mpesa.vm.co.mz/.)[https://developer.mpesa.vm.co.mz]
22
$mpesa = new \Karson\MpesaPhpSdk\Mpesa();
23
$mpesa->setApiKey('your api key');
24
$mpesa->setPublicKey('your public key');
@@ -45,6 +45,7 @@ MPESA_PUBLIC_KEY='You Public Key'
45
MPESA_ENV='test' // 'live' production environment
46
MPESA_SERVICE_PROVIDER_CODE=171717
47
```
48
+
49
### Testing
50
51
``` bash
0 commit comments