| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 067463f commit 2fa735e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -147,9 +147,9 @@ private static void RunMethod(String methodName) | |||
| 147 | 147 | //Update the transactionId with which you want to run the sample code | |
| 148 | 148 | String transactionId = "123456"; | |
| 149 | 149 | ||
| 150 | - String customerProfileId = "37905546"; | ||
| 151 | - String customerPaymentProfileId = "34461178"; | ||
| 152 | - String customerAddressId = "1871959249"; | ||
| 150 | + String customerProfileId = "36596285"; | ||
| 151 | + String customerPaymentProfileId = "33086593"; | ||
| 152 | + String customerAddressId = "1873761911"; | ||
| 153 | 153 | ||
| 154 | 154 | String emailId = "test@test.com"; | |
| 155 | 155 | ||
@@ -222,7 +222,7 @@ private static void RunMethod(String methodName) | |||
| 222 | 222 | CreateSubscription.run(apiLoginId, transactionKey, (short)12, amount); | |
| 223 | 223 | break; | |
| 224 | 224 | case "CreateSubscriptionFromCustomerProfile": | |
| 225 | - CreateSubscriptionFromCustomerProfile.run(apiLoginId, transactionKey, (short)12, amount, "123212", "123213", "123213"); | ||
| 225 | + CreateSubscriptionFromCustomerProfile.run(apiLoginId, transactionKey, (short)12, amount, customerProfileId, customerPaymentProfileId, amount); | ||
| 226 | 226 | break; | |
| 227 | 227 | case "GetSubscription": | |
| 228 | 228 | GetSubscription.run(apiLoginId, transactionKey, subscriptionId); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments