Skip to content

Commit

Permalink
Merge pull request #8 from maina401/main
Browse files Browse the repository at this point in the history
Register Facade Accessor
  • Loading branch information
Iankumu committed Jun 8, 2023
2 parents aca5d07 + 361dcb6 commit 8124500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Facades/Mpesa.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @method static \Iankumu\Mpesa\Mpesa stkpush($phonenumber, $amount, $account_number,$callbackurl = null)
* @method static \Iankumu\Mpesa\Mpesa stkquery($checkoutRequestId)
* @method static \Iankumu\Mpesa\Mpesa b2c($phonenumber, $command_id, $amount, $remarks)
* @method static \Iankumu\Mpesa\Mpesa b2b($receiver_shortcode, $command_id, $amount, $remarks, $account_number=null)
* @method static \Iankumu\Mpesa\Mpesa validated_b2c($phonenumber, $command_id, $amount, $remarks,$id_number)
* @method static \Iankumu\Mpesa\Mpesa c2bregisterURLS($shortcode)
* @method static \Iankumu\Mpesa\Mpesa c2bsimulate($phonenumber, $amount, $shortcode, $command_id, $account_number = null)
Expand Down

0 comments on commit 8124500

Please sign in to comment.