Skip to content

Commit e4e8c8c

Browse files
authored
Merge pull request #2 from joseseie/patch-1
Update README.md
2 parents 89d1295 + 376241c commit e4e8c8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ composer require karson/mpesa-php-sdk
1818
## Usage
1919

2020
``` php
21-
// Set the consumer key and consumer secret as follows
21+
// 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]
2222
$mpesa = new \Karson\MpesaPhpSdk\Mpesa();
2323
$mpesa->setApiKey('your api key');
2424
$mpesa->setPublicKey('your public key');
@@ -45,6 +45,7 @@ MPESA_PUBLIC_KEY='You Public Key'
4545
MPESA_ENV='test' // 'live' production environment
4646
MPESA_SERVICE_PROVIDER_CODE=171717
4747
```
48+
4849
### Testing
4950

5051
``` bash

0 commit comments

Comments
 (0)