Skip to content

Commit f2a1611

Browse files
author
srathod
committed
- Removed the controller and mock test files for SecurePaymentContainer.
- Also removed the files corresponding to the data types associated with it - SecurePaymentContainerRequest.java, SecurePaymentContainerResponse.java, WebCheckOutDataType.java, WebCheckOutTypeEnum.java , SecurePaymentContainerErrorType.java. - Removed their corresponding references from ANetApiRequest.java, ANetApiResponse.java , ObjectFactory.java and AllGeneratedEnumTest.java.
1 parent ea02a6a commit f2a1611

207 files changed

Lines changed: 217 additions & 1022 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.

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

Lines changed: 2 additions & 3 deletions
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.4-2
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: 2015.11.17 at 10:55:36 AM IST
5+
// Generated on: 2015.11.18 at 01:35:18 PM IST
66
//
77

88

@@ -62,10 +62,9 @@
6262
MobileDeviceRegistrationRequest.class,
6363
UpdateCustomerShippingAddressRequest.class,
6464
DeleteCustomerProfileRequest.class,
65-
GetCustomerProfileRequest.class,
6665
ARBGetSubscriptionStatusRequest.class,
66+
GetCustomerProfileRequest.class,
6767
DecryptPaymentDataRequest.class,
68-
SecurePaymentContainerRequest.class,
6968
CreateTransactionRequest.class,
7069
ARBUpdateSubscriptionRequest.class,
7170
GetCustomerPaymentProfileListRequest.class,

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

Lines changed: 1 addition & 2 deletions
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.4-2
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: 2015.11.17 at 10:55:36 AM IST
5+
// Generated on: 2015.11.18 at 01:35:18 PM IST
66
//
77

88

@@ -80,7 +80,6 @@
8080
CreateTransactionResponse.class,
8181
GetCustomerProfileResponse.class,
8282
LogoutResponse.class,
83-
SecurePaymentContainerResponse.class,
8483
GetTransactionDetailsResponse.class,
8584
CreateCustomerProfileTransactionResponse.class
8685
})

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.4-2
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: 2015.11.17 at 10:55:36 AM IST
5+
// Generated on: 2015.11.18 at 01:35:18 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.4-2
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: 2015.11.17 at 10:55:36 AM IST
5+
// Generated on: 2015.11.18 at 01:35:18 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.4-2
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: 2015.11.17 at 10:55:36 AM IST
5+
// Generated on: 2015.11.18 at 01:35:18 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.4-2
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: 2015.11.17 at 10:55:36 AM IST
5+
// Generated on: 2015.11.18 at 01:35:18 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.4-2
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: 2015.11.17 at 10:55:36 AM IST
5+
// Generated on: 2015.11.18 at 01:35:18 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.4-2
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: 2015.11.17 at 10:55:36 AM IST
5+
// Generated on: 2015.11.18 at 01:35:18 PM IST
66
//
77

88

src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListResponse.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.4-2
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: 2015.11.17 at 10:55:36 AM IST
5+
// Generated on: 2015.11.18 at 01:35:18 PM IST
66
//
77

88

src/main/java/net/authorize/api/contract/v1/ARBGetSubscriptionListSearchTypeEnum.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.4-2
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: 2015.11.17 at 10:55:36 AM IST
5+
// Generated on: 2015.11.18 at 01:35:18 PM IST
66
//
77

88

0 commit comments

Comments
 (0)