Skip to content

Commit b5ebdaa

Browse files
Update code samples
1 parent 3bdd3e1 commit b5ebdaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ rave = Rave("ENTER_YOUR_PUBLIC_KEY", "ENTER_YOUR_SECRET_KEY", usingEnv = False)
709709
# mobile payload
710710
payload = {
711711
"amount": "50",
712-
"email": "",
712+
"email": "[email protected]",
713713
"phonenumber": "054709929220",
714714
"network": "MTN",
715715
"redirect_url": "https://rave-webhook.herokuapp.com/receivepayment",
@@ -980,8 +980,8 @@ rave = Rave("ENTER_YOUR_PUBLIC_KEY", "ENTER_YOUR_SECRET_KEY", usingEnv = False)
980980
# mobile payload
981981
payload = {
982982
"amount": "50",
983-
"email": "",
984-
"phonenumber": "xxxxxxxx",
983+
"email": "[email protected]",
984+
"phonenumber": "123456789",
985985
"redirect_url": "https://rave-webhook.herokuapp.com/receivepayment",
986986
"IP":""
987987
}
@@ -1232,7 +1232,7 @@ rave = Rave("ENTER_YOUR_PUBLIC_KEY", "ENTER_YOUR_SECRET_KEY", usingEnv = False)
12321232
# mobile payload
12331233
payload = {
12341234
"amount": "50",
1235-
"email": "",
1235+
"email": "[email protected]",
12361236
"phonenumber": "054709929220",
12371237
"redirect_url": "https://rave-webhook.herokuapp.com/receivepayment",
12381238
"IP":""

0 commit comments

Comments
 (0)