|
13 | 13 | import net.authorize.sample.CustomerProfiles.*; |
14 | 14 | import net.authorize.sample.MobileInAppTransactions.*; |
15 | 15 | import net.authorize.sample.FraudManagement.*; |
| 16 | +import net.authorize.sample.AcceptSuite.GetAcceptCustomerProfilePage; |
| 17 | +import net.authorize.sample.AcceptSuite.GetAnAcceptPaymentPage; |
16 | 18 | /** |
17 | 19 | * Created by anetdeveloper on 8/5/15. |
18 | 20 | */ |
@@ -145,9 +147,9 @@ private static void RunMethod(String methodName) |
145 | 147 | //Update the transactionId with which you want to run the sample code |
146 | 148 | String transactionId = "123456"; |
147 | 149 |
|
148 | | - String customerProfileId = "37905546"; |
149 | | - String customerPaymentProfileId = "34461178"; |
150 | | - String customerAddressId = "1871959249"; |
| 150 | + String customerProfileId = "36596285"; |
| 151 | + String customerPaymentProfileId = "33086593"; |
| 152 | + String customerAddressId = "1873761911"; |
151 | 153 |
|
152 | 154 | String emailId = "test@test.com"; |
153 | 155 |
|
@@ -220,7 +222,7 @@ private static void RunMethod(String methodName) |
220 | 222 | CreateSubscription.run(apiLoginId, transactionKey, (short)12, amount); |
221 | 223 | break; |
222 | 224 | case "CreateSubscriptionFromCustomerProfile": |
223 | | - CreateSubscriptionFromCustomerProfile.run(apiLoginId, transactionKey, (short)12, amount, "123212", "123213", "123213"); |
| 225 | + CreateSubscriptionFromCustomerProfile.run(apiLoginId, transactionKey, (short)12, amount, customerProfileId, customerPaymentProfileId, customerAddressId); |
224 | 226 | break; |
225 | 227 | case "GetSubscription": |
226 | 228 | GetSubscription.run(apiLoginId, transactionKey, subscriptionId); |
|
0 commit comments