Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelinfosec authored Aug 12, 2022
1 parent cddee8b commit 1043eea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ params = {
'lastName': 'Manuel',
'firstName': 'Infosec',
'email': '[email protected]',
'phoneNumber': "+2349131103073",
'phoneNumber': "09131103073",
'trackingRef': Kuda.get_ref(10) # you can generate your trackingReference some other way you choose.
}

Expand Down Expand Up @@ -87,11 +87,10 @@ print(Kuda.name_enquiry(2005161838, "999129"))


# Create virtual account

params = {
'lastName': 'Manuel',
'firstName': 'Infosec',
'email': 'manuelinfosec@gmail.cm',
'email': 'manuelinfosec@gmail.com',
'phoneNumber': "+2349131103073",
'trackingRef': Kuda.get_ref(10) # you can generate your trackingReference some other way you choose.
}
Expand Down

0 comments on commit 1043eea

Please sign in to comment.