Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.1</version>
<version>6.4.2</version>
</parent>

<artifactId>ipp-v3-java-data</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions ipp-v3-java-devkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ipp-v3-java-devkit-pom</artifactId>
<groupId>com.intuit.quickbooks-online</groupId>
<version>6.4.1</version>
<version>6.4.2</version>
</parent>
<artifactId>ipp-v3-java-devkit</artifactId>
<packaging>jar</packaging>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.intuit.quickbooks-online</groupId>
<artifactId>ipp-v3-java-data</artifactId>
<version>6.4.1</version>
<version>6.4.2</version>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
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.4.1
version = 6.4.2

# 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.4.1
version = 6.4.2

# 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.4.1</version>
<version>6.4.2</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.4.1
version = 6.4.2

#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.4.1
version = 6.4.2

#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.4.1</version>
<version>6.4.2</version>
</parent>
<artifactId>payments-api</artifactId>
<name>Payments API SDK</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class ECheck extends Entity {
private ECheckStatus status = null;

public enum ECheckStatus {
PENDING, SUCCEEDED, DECLINED, VOIDED, REFUNDED
VOIDED, PENDING, SUCCEEDED, DECLINED, DISPUTED, REFUNDED, WITHHELD, IN_REVIEW, TRANSACTION_DELAYED
}

private BigDecimal amount = null;
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.4.1
version = 6.4.2

#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.4.1
version = 6.4.2

#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.4.1</version>
<version>6.4.2</version>
<packaging>pom</packaging>
<name>IPP V3 Java DevKit</name>
<url>https://github.com/intuit/QuickBooks-V3-Java-SDK</url>
Expand Down