Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostscypher committed Mar 22, 2022
1 parent 74bd56f commit f64cd2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mpesa_endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ Identifier types - both sender and receiver - identify an M-Pesa transaction’s
This describes the response codes gotten from the gateway
M-Pesa Result Codes

| Result Code | Description
| Result Code | Description
| ------------ | :------------------------------------ |
| 0 | Success |
| 1 | Insufficient Funds |
Expand All @@ -951,7 +951,7 @@ M-Pesa Result Codes
| 5 | Would Exceed Minimum Balance |
| 6 | Unresolved Primary Party |
| 7 | Unresolved Receiver Party |
| 8 | Would Exceed Maximum Balance |
| 8 | Would Exceed Maximum Balance |
| 11 | Debit Account Invalid |
| 12 | Credit Account Invalid |
| 13 | Unresolved Debit Account |
Expand Down
2 changes: 1 addition & 1 deletion src/Mpesa.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function checkTransactionStatus(
string $transaction_id,
string $remarks = 'remarks',
string $occasion = ' ',
string $original_conversation_id = '',
string $original_conversation_id = ''
): MpesaResponse {
$url = sprintf(
'%s%s',
Expand Down

0 comments on commit f64cd2b

Please sign in to comment.