Skip to content

Commit 067463f

Browse files
XSD sample code changes
1 parent 52a8dc1 commit 067463f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/net/authorize/sample/SampleCodeTest/TestRunner.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
import net.authorize.api.contract.v1.UpdateCustomerProfileResponse;
3333
import net.authorize.api.contract.v1.UpdateCustomerShippingAddressResponse;
3434
import net.authorize.api.contract.v1.ValidateCustomerPaymentProfileResponse;
35+
import net.authorize.sample.AcceptSuite.GetAcceptCustomerProfilePage;
36+
import net.authorize.sample.AcceptSuite.GetAnAcceptPaymentPage;
3537
import net.authorize.sample.CustomerProfiles.CreateCustomerPaymentProfile;
3638
import net.authorize.sample.CustomerProfiles.CreateCustomerProfile;
3739
import net.authorize.sample.CustomerProfiles.CreateCustomerProfileFromTransaction;
@@ -42,7 +44,6 @@
4244
import net.authorize.sample.CustomerProfiles.GetCustomerPaymentProfile;
4345
import net.authorize.sample.CustomerProfiles.GetCustomerProfile;
4446
import net.authorize.sample.CustomerProfiles.GetCustomerShippingAddress;
45-
import net.authorize.sample.CustomerProfiles.GetAcceptCustomerProfilePage;
4647
import net.authorize.sample.CustomerProfiles.UpdateCustomerPaymentProfile;
4748
import net.authorize.sample.CustomerProfiles.UpdateCustomerProfile;
4849
import net.authorize.sample.CustomerProfiles.UpdateCustomerShippingAddress;
@@ -71,7 +72,6 @@
7172
import net.authorize.sample.RecurringBilling.GetSubscriptionStatus;
7273
import net.authorize.sample.RecurringBilling.UpdateSubscription;
7374
import net.authorize.sample.TransactionReporting.GetTransactionDetails;
74-
import net.authorize.sample.PaymentTransactions.GetAnAcceptPaymentPage;
7575

7676
public class TestRunner {
7777

0 commit comments

Comments
 (0)