Skip to content

Commit

Permalink
UPDATE: B2C docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maina401 committed Jun 8, 2023
1 parent c77bb3d commit 299f217
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ return [
|------------------------------------------
*/
'reversal_timeout_url' => env('MPESA_REVERSAL_TIMEOUT_URL'),
/*-----------------------------------------
|Mpesa B2C urls
|------------------------------------------
*/
'b2b_result_url' => env('MPESA_B2B_RESULT_URL'),
'b2b_timeout_url' => env('MPESA_B2B_TIMEOUT_URL'),
];

```
Expand Down
5 changes: 4 additions & 1 deletion config/mpesa.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@
*/
'reversal_timeout_url' => env('MPESA_REVERSAL_TIMEOUT_URL'),

//b2b
/*-----------------------------------------
|Mpesa B2C urls
|------------------------------------------
*/
'b2b_result_url' => env('MPESA_B2B_RESULT_URL'),
'b2b_timeout_url' => env('MPESA_B2B_TIMEOUT_URL'),
];

0 comments on commit 299f217

Please sign in to comment.