Skip to content

Commit 06071c3

Browse files
authored
Update README.md
1 parent e6a9cc6 commit 06071c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Serilogger logs can be enabled for **OAuth2PlatformClient** using the following
4848
4949
Serilogger logs can be enabled for **QBO Api calls** using the following lines -
5050

51-
ServiceContext context = new ServiceContext(dictionary["realmId"], IntuitServicesType.QBO, oauthValidator);
51+
ServiceContext context = new ServiceContext(dictionary["realmId"], IntuitServicesType.QBO, oauthValidator);
5252

5353
context.IppConfiguration.AdvancedLogger.RequestAdvancedLog.EnableSerilogRequestResponseLoggingForRollingFile = true;
5454
context.IppConfiguration.AdvancedLogger.RequestAdvancedLog.EnableSerilogRequestResponseLoggingForConsole = true;

0 commit comments

Comments
 (0)