File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/com/intuit/ipp/util Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2222 <dependency >
2323 <groupId >com.intuit.quickbooks-online</groupId >
2424 <artifactId >ipp-v3-java-data</artifactId >
25- <version >6.0.6 </version >
25+ <version >6.0.7 </version >
2626 </dependency >
2727 <dependency >
2828 <groupId >cglib</groupId >
Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ public static List<Object> getWhitelistedEntities() {
221221 entityList .add (PurchaseByVendor .class );
222222 entityList .add (PurchaseOrder .class );
223223 entityList .add (QbdtEntityIdMapping .class );
224+ entityList .add (RecurringTransaction .class );
224225 entityList .add (RefundReceipt .class );
225226 entityList .add (ReimburseCharge .class );
226227 entityList .add (SalesOrder .class );
You can’t perform that action at this time.
0 commit comments