Skip to content

Commit 686b68e

Browse files
authored
Merge pull request #31 from moneytree/pr/update-README
Update readme: remove references to appToken (deprecated) and fix typo
2 parents 01ab3a1 + 950b8c3 commit 686b68e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ Config properties:
5656
continueTo, // string; // [optional] Parameter appended as `continue` to the `redirectUri`.
5757
locale, // string; // [optional] To force the display to a specific language (e.g.: en-AU).
5858
state, // string; // [optional] An opaque value, used for security purposes. If this request parameter is set in the request, then it is returned to the application as part of the redirect_uri.
59-
appToken, // string; // [optional] The Access Token granted through oauth
60-
isTestEnvironment // boolean; // [optional] If you wanna use the staging or production environemnt
59+
isTestEnvironment // boolean; // [optional] If you wanna use the staging or production environment
6160
}
6261
```
6362

0 commit comments

Comments
 (0)