File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/net/authorize/sample/SampleCodeTest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232import net .authorize .api .contract .v1 .UpdateCustomerProfileResponse ;
3333import net .authorize .api .contract .v1 .UpdateCustomerShippingAddressResponse ;
3434import net .authorize .api .contract .v1 .ValidateCustomerPaymentProfileResponse ;
35+ import net .authorize .sample .AcceptSuite .GetAcceptCustomerProfilePage ;
36+ import net .authorize .sample .AcceptSuite .GetAnAcceptPaymentPage ;
3537import net .authorize .sample .CustomerProfiles .CreateCustomerPaymentProfile ;
3638import net .authorize .sample .CustomerProfiles .CreateCustomerProfile ;
3739import net .authorize .sample .CustomerProfiles .CreateCustomerProfileFromTransaction ;
4244import net .authorize .sample .CustomerProfiles .GetCustomerPaymentProfile ;
4345import net .authorize .sample .CustomerProfiles .GetCustomerProfile ;
4446import net .authorize .sample .CustomerProfiles .GetCustomerShippingAddress ;
45- import net .authorize .sample .CustomerProfiles .GetAcceptCustomerProfilePage ;
4647import net .authorize .sample .CustomerProfiles .UpdateCustomerPaymentProfile ;
4748import net .authorize .sample .CustomerProfiles .UpdateCustomerProfile ;
4849import net .authorize .sample .CustomerProfiles .UpdateCustomerShippingAddress ;
7172import net .authorize .sample .RecurringBilling .GetSubscriptionStatus ;
7273import net .authorize .sample .RecurringBilling .UpdateSubscription ;
7374import net .authorize .sample .TransactionReporting .GetTransactionDetails ;
74- import net .authorize .sample .PaymentTransactions .GetAnAcceptPaymentPage ;
7575
7676public class TestRunner {
7777
You can’t perform that action at this time.
0 commit comments