File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/main/java/com/intuit/ipp Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2020 <dependency >
2121 <groupId >com.intuit.quickbooks-online</groupId >
2222 <artifactId >ipp-v3-java-data</artifactId >
23- <version >6.2.2 </version >
23+ <version >6.2.4 </version >
2424 <exclusions >
2525 <exclusion >
2626 <groupId >javax.xml.bind</groupId >
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ private JsonResourceTypeLocator() {
7070 put ("JournalCode" , JournalCode .class );
7171 put ("JournalEntry" , JournalEntry .class );
7272 put ("Money" , Money .class );
73+ put ("MXGlobalInfo" , MXGlobalInfo .class );
7374 put ("Payment" , Payment .class );
7475 put ("PaymentMethod" , PaymentMethod .class );
7576 put ("Preferences" , Preferences .class );
Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ public static List<Object> getWhitelistedEntities() {
208208 entityList .add (JournalCode .class );
209209 entityList .add (JournalEntry .class );
210210 entityList .add (MasterAccount .class );
211+ entityList .add (MXGlobalInfo .class );
211212 entityList .add (NameBase .class );
212213 entityList .add (NameValue .class );
213214 entityList .add (NumberTypeCustomFieldDefinition .class );
You can’t perform that action at this time.
0 commit comments