File tree 3 files changed +3
-1
lines changed
src/main/java/com/intuit/ipp
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >com.intuit.quickbooks-online</groupId >
22
22
<artifactId >ipp-v3-java-data</artifactId >
23
- <version >6.2.2 </version >
23
+ <version >6.2.4 </version >
24
24
<exclusions >
25
25
<exclusion >
26
26
<groupId >javax.xml.bind</groupId >
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ private JsonResourceTypeLocator() {
70
70
put ("JournalCode" , JournalCode .class );
71
71
put ("JournalEntry" , JournalEntry .class );
72
72
put ("Money" , Money .class );
73
+ put ("MXGlobalInfo" , MXGlobalInfo .class );
73
74
put ("Payment" , Payment .class );
74
75
put ("PaymentMethod" , PaymentMethod .class );
75
76
put ("Preferences" , Preferences .class );
Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ public static List<Object> getWhitelistedEntities() {
208
208
entityList .add (JournalCode .class );
209
209
entityList .add (JournalEntry .class );
210
210
entityList .add (MasterAccount .class );
211
+ entityList .add (MXGlobalInfo .class );
211
212
entityList .add (NameBase .class );
212
213
entityList .add (NameValue .class );
213
214
entityList .add (NumberTypeCustomFieldDefinition .class );
You can’t perform that action at this time.
0 commit comments