Skip to content

Commit 0552a5f

Browse files
committed
Merge remote-tracking branch 'origin/setup/thepeer-android-init' into setup/thepeer-android-init
2 parents 5426778 + 8102d0a commit 0552a5f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,23 +100,23 @@ JAVA
100100
| `userReference` | The user reference returned by Thepeer API when a user has been indexed |`true`|
101101
| `meta` | This object should contain additional/optional attributes you would like to have on your transaction response |`false`|
102102

103-
## Send Money
103+
## Send
104104

105-
Initiate the send money request by calling the below function
105+
Initiate the send request by calling the below function
106106

107107
KOTLIN
108108

109109
```kotlin
110110

111-
thePeer.sendMoney()
111+
thePeer.send()
112112

113113
```
114114

115115
JAVA
116116

117117
```java
118118

119-
thePeer.sendMoney();
119+
thePeer.send();
120120

121121
```
122122

@@ -140,23 +140,23 @@ thePeer.checkout(String email);
140140

141141
```
142142

143-
## Direct Debit
143+
## Direct Charge
144144

145-
Initiate the Direct Debit request by calling the below function
145+
Initiate the Direct Charge request by calling the below function
146146

147147
KOTLIN
148148

149149
```kotlin
150150

151-
thePeer.directDebit()
151+
thePeer.directCharge()
152152

153153
```
154154

155155
JAVA
156156

157157
```java
158158

159-
thePeer.directDebit();
159+
thePeer.directCharge();
160160

161161
```
162162

0 commit comments

Comments
 (0)