Skip to content

Commit 2fa735e

Browse files
XSD Sample code
1 parent 067463f commit 2fa735e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/net/authorize/sample/SampleCode.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ private static void RunMethod(String methodName)
147147
//Update the transactionId with which you want to run the sample code
148148
String transactionId = "123456";
149149

150-
String customerProfileId = "37905546";
151-
String customerPaymentProfileId = "34461178";
152-
String customerAddressId = "1871959249";
150+
String customerProfileId = "36596285";
151+
String customerPaymentProfileId = "33086593";
152+
String customerAddressId = "1873761911";
153153

154154
String emailId = "test@test.com";
155155

@@ -222,7 +222,7 @@ private static void RunMethod(String methodName)
222222
CreateSubscription.run(apiLoginId, transactionKey, (short)12, amount);
223223
break;
224224
case "CreateSubscriptionFromCustomerProfile":
225-
CreateSubscriptionFromCustomerProfile.run(apiLoginId, transactionKey, (short)12, amount, "123212", "123213", "123213");
225+
CreateSubscriptionFromCustomerProfile.run(apiLoginId, transactionKey, (short)12, amount, customerProfileId, customerPaymentProfileId, amount);
226226
break;
227227
case "GetSubscription":
228228
GetSubscription.run(apiLoginId, transactionKey, subscriptionId);

0 commit comments

Comments
 (0)