Skip to content

Commit ff573e0

Browse files
authored
Update SampleCode.java
Updating customerProfileId, customerPaymentProfileId, customerAddressId and subscriptionId,
1 parent ccb2f6d commit ff573e0

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
@@ -144,13 +144,13 @@ private static void RunMethod(String methodName)
144144
//Update the transactionId with which you want to run the sample code
145145
String transactionId = "123456";
146146

147-
String customerProfileId = "36731856";
148-
String customerPaymentProfileId = "33211899";
149-
String customerAddressId = "123";
147+
String customerProfileId = "37905546";
148+
String customerPaymentProfileId = "34461178";
149+
String customerAddressId = "1871959249";
150150

151151
String emailId = "[email protected]";
152152

153-
String subscriptionId = "2930242";
153+
String subscriptionId = "2925606";
154154

155155
Double amount = 123.45;
156156

0 commit comments

Comments
 (0)