Skip to content

Commit 7689a66

Browse files
authored
Update README with redirectUri note (#117)
1 parent 02e940b commit 7689a66

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
@@ -94,8 +94,7 @@ Follow the instructions below to use the library :
9494
- `environment` - environment for the client. Required
9595
- `sandbox` - for authorizing in sandbox.
9696
- `production` - for authorizing in production.
97-
- `redirectUri` - redirectUri on your app to get the `authorizationCode` from Intuit Servers.
98-
Required
97+
- `redirectUri` - redirectUri on your app to get the `authorizationCode` from Intuit Servers. Make sure this redirect URI is also added on your app in the [developer portal](https://developer.intuit.com) on the Keys & OAuth tab. Required
9998
- `logging` - by default, logging is disabled i.e `false`. To enable provide`true`.
10099

101100
# Usage

0 commit comments

Comments
 (0)