File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
107107KOTLIN
108108
109109``` kotlin
110110
111- thePeer.sendMoney ()
111+ thePeer.send ()
112112
113113```
114114
115115JAVA
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
147147KOTLIN
148148
149149``` kotlin
150150
151- thePeer.directDebit ()
151+ thePeer.directCharge ()
152152
153153```
154154
155155JAVA
156156
157157``` java
158158
159- thePeer. directDebit ();
159+ thePeer. directCharge ();
160160
161161```
162162
You can’t perform that action at this time.
0 commit comments