Skip to content

Commit b97fbd7

Browse files
authored
Merge pull request #12 from thepeerstack/update-methods
Hotfix to documentation
2 parents 3caadd7 + d203938 commit b97fbd7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

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

2525
* authorizeCharge
2626
- `accepts`:
27-
- charge_id (string)
27+
- reference (string)
28+
- event (string)
2829
- `returns`: boolean
2930

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

4849
* getLink
4950
- `accepts`:
50-
- lind_id (string)
51+
- link_id (string)
5152
- `returns`: object
5253

5354
* chargeLink
5455
- `accepts`:
55-
- lind_id (string)
56+
- link_id (string)
5657
- amount (integer)
5758
- `returns`: object
5859

0 commit comments

Comments
 (0)