Skip to content

Commit 870a94c

Browse files
authored
Mpesa payload parameter
instead of account the payload parameter should be amount
1 parent a4bd871 commit 870a94c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,9 +672,9 @@ This is used to facilitate Mpesa transactions.
672672
<br>
673673

674674
### ```.charge(payload)```
675-
This is called to start an Mpesa transaction. The payload should be a dictionary containing account information. It should have the parameters:
675+
This is called to start an Mpesa transaction. The payload should be a dictionary containing payment information. It should have the parameters:
676676

677-
* ```account```,
677+
* ```amount```,
678678

679679
* ```email```,
680680

0 commit comments

Comments
 (0)