Skip to content

Commit 2f7ed40

Browse files
author
srathod
committed
- Removed unnecessary class inclusions from ANetApiRequest and ANetApiResponse.
1 parent 505fcaf commit 2f7ed40

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
SendCustomerTransactionReceiptRequest.class,
8585
LogoutRequest.class,
8686
GetUnsettledTransactionListRequest.class,
87-
SecurePaymentContainerRequest.class,
8887
ARBGetSubscriptionRequest.class,
8988
DecryptPaymentDataRequest.class,
9089
GetCustomerShippingAddressRequest.class,

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
UpdateCustomerPaymentProfileResponse.class,
5959
ARBCancelSubscriptionResponse.class,
6060
AuthenticateTestResponse.class,
61-
SecurePaymentContainerResponse.class,
6261
ARBCreateSubscriptionResponse.class,
6362
GetTransactionDetailsResponse.class,
6463
LogoutResponse.class,

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,14 +1576,6 @@ public SubscriptionDetail createSubscriptionDetail() {
15761576
return new SubscriptionDetail();
15771577
}
15781578

1579-
/**
1580-
* Create an instance of {@link SecurePaymentContainerErrorType }
1581-
*
1582-
*/
1583-
public SecurePaymentContainerErrorType createSecurePaymentContainerErrorType() {
1584-
return new SecurePaymentContainerErrorType();
1585-
}
1586-
15871579
/**
15881580
* Create an instance of {@link KeyManagementScheme.DUKPT.Mode }
15891581
*

0 commit comments

Comments
 (0)