Skip to content

Commit f937865

Browse files
committed
default latest minor version
1 parent d66fe6c commit f937865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipp-v3-java-devkit/src/main/java/com/intuit/ipp/interceptors/PrepareRequestInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ private <T extends IEntity> String prepareQBOUri(String entityName, Context cont
272272

273273
if(context.getMinorVersion() == null)
274274
{
275-
context.setMinorVersion("8");
275+
context.setMinorVersion("11");
276276
}
277277

278278
uri.append("minorversion").append("=").append(context.getMinorVersion()).append("&");

0 commit comments

Comments
 (0)