Skip to content

Commit ed20332

Browse files
author
Sunny Raj Rathod
authored
Merge pull request #126 from AuthorizeNet/future
Future
2 parents 5a8d4b9 + c0a62bf commit ed20332

File tree

256 files changed

+2516
-264
lines changed

Some content is hidden

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

256 files changed

+2516
-264
lines changed

lib/httpclient-4.0.1.jar

-284 KB
Binary file not shown.

lib/httpclient-4.5.3.jar

730 KB
Binary file not shown.

lib/httpcore-4.0.1.jar

-169 KB
Binary file not shown.

lib/httpcore-4.4.6.jar

316 KB
Binary file not shown.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
<dependency>
4949
<groupId>org.apache.httpcomponents</groupId>
5050
<artifactId>httpclient</artifactId>
51-
<version>4.0.1</version>
51+
<version>4.5.3</version>
5252
<scope>compile</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.apache.httpcomponents</groupId>
5656
<artifactId>httpcore</artifactId>
57-
<version>4.0.1</version>
57+
<version>4.4.6</version>
5858
<scope>compile</scope>
5959
</dependency>
6060
<dependency>

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

Lines changed: 3 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: 2017.04.12 at 02:51:25 PM IST
5+
// Generated on: 2017.10.25 at 03:55:04 PM IST
66
//
77

88

@@ -67,6 +67,7 @@
6767
ARBGetSubscriptionListRequest.class,
6868
GetHostedProfilePageRequest.class,
6969
CreateCustomerProfileTransactionRequest.class,
70+
UpdateMerchantDetailsRequest.class,
7071
CreateTransactionRequest.class,
7172
DeleteCustomerProfileRequest.class,
7273
GetAUJobDetailsRequest.class,
@@ -87,6 +88,7 @@
8788
SendCustomerTransactionReceiptRequest.class,
8889
LogoutRequest.class,
8990
GetUnsettledTransactionListRequest.class,
91+
SecurePaymentContainerRequest.class,
9092
ARBGetSubscriptionRequest.class,
9193
DecryptPaymentDataRequest.class,
9294
GetCustomerShippingAddressRequest.class,

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

Lines changed: 3 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.11.22 at 06:00:08 PM IST
5+
// Generated on: 2017.10.25 at 03:55:04 PM IST
66
//
77

88

@@ -59,7 +59,9 @@
5959
UpdateCustomerPaymentProfileResponse.class,
6060
ARBCancelSubscriptionResponse.class,
6161
AuthenticateTestResponse.class,
62+
SecurePaymentContainerResponse.class,
6263
ARBCreateSubscriptionResponse.class,
64+
UpdateMerchantDetailsResponse.class,
6365
GetTransactionDetailsResponse.class,
6466
LogoutResponse.class,
6567
GetCustomerPaymentProfileResponse.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.11.22 at 06:00:08 PM IST
5+
// Generated on: 2017.10.25 at 03:55:04 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.11.22 at 06:00:08 PM IST
5+
// Generated on: 2017.10.25 at 03:55:04 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.11.22 at 06:00:08 PM IST
5+
// Generated on: 2017.10.25 at 03:55:04 PM IST
66
//
77

88

0 commit comments

Comments
 (0)