Skip to content

Commit 8454b97

Browse files
author
Sunny Raj Rathod
authored
Merge pull request #105 from akankaria/master
Q4 SDK updates
2 parents 054a911 + ac6002d commit 8454b97

246 files changed

Lines changed: 2976 additions & 264 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ before_script:
1515

1616
script:
1717
- cd sample-code-java
18-
- mvn install -DsdkVersion=1.9.1-SNAPSHOT -DskipTests=true -Dmaven.javadoc.skip=true -B -V
19-
- mvn test -DsdkVersion=1.9.1-SNAPSHOT -B
18+
- mvn install -DsdkVersion=1.9.2-SNAPSHOT -DskipTests=true -Dmaven.javadoc.skip=true -B -V
19+
- mvn test -DsdkVersion=1.9.2-SNAPSHOT -B
2020

2121
after_script:
2222
print_surefire_reports.sh

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>net.authorize</groupId>
1010
<artifactId>anet-java-sdk</artifactId>
1111
<packaging>jar</packaging>
12-
<version>1.9.1-SNAPSHOT</version>
12+
<version>1.9.2-SNAPSHOT</version>
1313
<name>Authorize.Net Java SDK</name>
1414
<description>Authorize.Net SDK includes standard payments, recurring billing, and customer profiles.</description>
1515
<url>http://developer.authorize.net</url>

src/main/java/net/authorize/api/contract/v1/ANetApiRequest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

@@ -56,6 +56,8 @@
5656
})
5757
@XmlSeeAlso({
5858
GetTransactionListRequest.class,
59+
GetMerchantDetailsRequest.class,
60+
GetHostedPaymentPageRequest.class,
5961
MobileDeviceRegistrationRequest.class,
6062
UpdateCustomerPaymentProfileRequest.class,
6163
GetBatchStatisticsRequest.class,
@@ -92,6 +94,7 @@
9294
ARBCancelSubscriptionRequest.class,
9395
GetCustomerPaymentProfileListRequest.class,
9496
DeleteCustomerShippingAddressRequest.class,
97+
UpdateHeldTransactionRequest.class,
9598
UpdateCustomerProfileRequest.class,
9699
CreateCustomerProfileFromTransactionRequest.class
97100
})

src/main/java/net/authorize/api/contract/v1/ANetApiResponse.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

@@ -45,6 +45,7 @@
4545
"sessionToken"
4646
})
4747
@XmlSeeAlso({
48+
UpdateHeldTransactionResponse.class,
4849
ValidateCustomerPaymentProfileResponse.class,
4950
GetUnsettledTransactionListResponse.class,
5051
GetTransactionListResponse.class,
@@ -63,6 +64,7 @@
6364
LogoutResponse.class,
6465
GetCustomerPaymentProfileResponse.class,
6566
CreateCustomerPaymentProfileResponse.class,
67+
GetMerchantDetailsResponse.class,
6668
UpdateSplitTenderGroupResponse.class,
6769
DecryptPaymentDataResponse.class,
6870
GetAUJobDetailsResponse.class,
@@ -73,6 +75,7 @@
7375
CreateCustomerProfileTransactionResponse.class,
7476
ARBUpdateSubscriptionResponse.class,
7577
IsAliveResponse.class,
78+
GetHostedPaymentPageResponse.class,
7679
ARBGetSubscriptionStatusResponse.class,
7780
DeleteCustomerProfileResponse.class,
7881
UpdateCustomerProfileResponse.class,

src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

src/main/java/net/authorize/api/contract/v1/ARBCancelSubscriptionResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

src/main/java/net/authorize/api/contract/v1/ARBCreateSubscriptionResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListOrderFieldEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2016.08.11 at 11:22:30 PM IST
5+
// Generated on: 2016.11.22 at 06:00:08 PM IST
66
//
77

88

0 commit comments

Comments
 (0)