Skip to content

Commit d203938

Browse files
committed
hotfix to documentation
1 parent 50dc83c commit d203938

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let user = thepeer.indexUser("Thor Odin", "thor", "[email protected]");
2424

2525
* authorizeCharge
2626
- `accepts`:
27-
- charge_id (string)
27+
- reference (string)
2828
- event (string)
2929
- `returns`: boolean
3030

@@ -48,12 +48,12 @@ let user = thepeer.indexUser("Thor Odin", "thor", "[email protected]");
4848

4949
* getLink
5050
- `accepts`:
51-
- lind_id (string)
51+
- link_id (string)
5252
- `returns`: object
5353

5454
* chargeLink
5555
- `accepts`:
56-
- lind_id (string)
56+
- link_id (string)
5757
- amount (integer)
5858
- `returns`: object
5959

0 commit comments

Comments
 (0)