Skip to content

Commit

Permalink
add reimbursecharge to JsonResourceTypeLocator
Browse files Browse the repository at this point in the history
  • Loading branch information
fjolin-intuit committed Jan 8, 2021
1 parent cbc7753 commit ff20a52
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ipp-v3-java-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.intuit.quickbooks-online</groupId>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<version>6.1.0</version>
<version>6.1.1</version>
</parent>

<artifactId>ipp-v3-java-data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ipp-v3-java-devkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<groupId>com.intuit.quickbooks-online</groupId>
<version>6.1.0</version>
<version>6.1.1</version>
</parent>

<artifactId>ipp-v3-java-devkit</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ private JsonResourceTypeLocator() {
put("QueryResponse", QueryResponse.class);
put("RecurringTransaction", RecurringTransaction.class);
put("RefundReceipt", RefundReceipt.class);
put("ReimburseCharge", ReimburseCharge.class);
put("SalesOrder", SalesOrder.class);
put("SalesReceipt", SalesReceipt.class);
put("SalesRep", SalesRep.class);
Expand Down
2 changes: 1 addition & 1 deletion ipp-v3-java-devkit/src/main/resources/ippdevkit.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Devkit Version
# This version has to be updated according to the pom version
version = 6.1.0
version = 6.1.1

# This is to have the request source to be sent to IDS request header
request.source = V3JavaSDK
Expand Down
2 changes: 1 addition & 1 deletion ipp-v3-java-devkit/src/test/resources/ippdevkit.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### IPP Dev Kit helper properties

## Devkit version
version = 6.1.0
version = 6.1.1

# This is to have the request source to be sent to IDS request header
request.source = V3JavaSDK
Expand Down
2 changes: 1 addition & 1 deletion oauth2-platform-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<groupId>com.intuit.quickbooks-online</groupId>
<version>6.1.0</version>
<version>6.1.1</version>
</parent>
<artifactId>oauth2-platform-api</artifactId>
<name>Quickbooks API Helper for OAuth2</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EMAIL=email
INTUIT_NAME=intuit_name

#Version
version = 6.1.0
version = 6.1.1

#MIGRATION SERVICE URL
OAUTH_MIGRATION_URL_PRODUCTION=https://developer.api.intuit.com/v2/oauth2/tokens/migrate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ EMAIL=email
INTUIT_NAME=intuit_name

#Version
version = 6.1.0
version = 6.1.1

#MIGRATION SERVICE URL
OAUTH_MIGRATION_URL_PRODUCTION=https://developer.api.intuit.com/v2/oauth2/tokens/migrate
Expand Down
2 changes: 1 addition & 1 deletion payments-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<groupId>com.intuit.quickbooks-online</groupId>
<version>6.1.0</version>
<version>6.1.1</version>
</parent>
<artifactId>payments-api</artifactId>
<name>Payments API SDK</name>
Expand Down
2 changes: 1 addition & 1 deletion payments-api/src/main/resources/payment.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PAYMENTS_BASE_URL_PRODUCTION=https://api.intuit.com/quickbooks/v4/payments/
PAYMENTS_BASE_URL_SANDBOX=https://sandbox.api.intuit.com/quickbooks/v4/payments/

#Version
version = 6.1.0
version = 6.1.1

#TLS Version
TLS_VERSION=TLSv1.2
2 changes: 1 addition & 1 deletion payments-api/src/test/resources/payment.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PAYMENTS_BASE_URL_PRODUCTION=https://api.intuit.com/quickbooks/v4/payments/
PAYMENTS_BASE_URL_SANDBOX=https://sandbox.api.intuit.com/quickbooks/v4/payments/

#Version
version = 6.1.0
version = 6.1.1

#TLS Version
TLS_VERSION=TLSv1.2
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.intuit.quickbooks-online</groupId>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<version>6.1.0</version>
<version>6.1.1</version>
<packaging>pom</packaging>
<name>IPP V3 Java DevKit</name>
<url>https://github.com/intuit/QuickBooks-V3-Java-SDK</url>
Expand Down

0 comments on commit ff20a52

Please sign in to comment.