-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from henryejemuta/readme-update-discoenum-bug-fix
Updated README.md to reflect Electricity implementation
- Loading branch information
Showing
2 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,6 +147,17 @@ Find an overview of all method with comment on what they do and expected argumen | |
*/ | ||
public function purchaseDataBundle(NetworkEnum $network, string $plan, string $phoneNumber, $requestID, $callbackUrl): ClubKonnectResponse | ||
|
||
|
||
/** | ||
* Electricity Bills payment handler to access: | ||
* Electricity()->getDiscosAndMinMax(); | ||
* Electricity()->verifyMeterNumber(DiscoEnum $disco, $meterNumber): ClubKonnectResponse | ||
* Electricity()->buyElectricity(DiscoEnum $disco, $meterNumber, $amount, MeterTypeEnum $meterType, $requestID, $callbackUrl = null): ClubKonnectResponse | ||
* | ||
* @return Electricity | ||
*/ | ||
public function Electricity(): Electricity | ||
|
||
``` | ||
|
||
### Testing | ||
|
@@ -170,7 +181,7 @@ If you discover any security related issues, please email [email protected] | |
## Credits | ||
|
||
- [Henry Ejemuta](https://github.com/henryejemuta) | ||
- [All Contributors](../../contributors) | ||
- [All Contributors](https://github.com/henryejemuta/graphs/contributors) | ||
|
||
## License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters