We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb2f6d commit ff573e0Copy full SHA for ff573e0
src/main/java/net/authorize/sample/SampleCode.java
@@ -144,13 +144,13 @@ private static void RunMethod(String methodName)
144
//Update the transactionId with which you want to run the sample code
145
String transactionId = "123456";
146
147
- String customerProfileId = "36731856";
148
- String customerPaymentProfileId = "33211899";
149
- String customerAddressId = "123";
+ String customerProfileId = "37905546";
+ String customerPaymentProfileId = "34461178";
+ String customerAddressId = "1871959249";
150
151
String emailId = "[email protected]";
152
153
- String subscriptionId = "2930242";
+ String subscriptionId = "2925606";
154
155
Double amount = 123.45;
156
0 commit comments