Skip to content

Commit 24b9403

Browse files
author
zhaque
committed
Modified the SampleCode.java for running Visa Checkout sample codes
1 parent 70ed0af commit 24b9403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ private static void RunMethod(String methodName)
136136
String transactionId = "";
137137

138138
switch (methodName) {
139-
case "VisaCheckoutDecrypt":
139+
case "DecryptVisaCheckoutData":
140140
DecryptVisaCheckoutData.run(apiLoginId, transactionKey);
141141
break;
142-
case "VisaCheckoutTransaction":
142+
case "CreateVisaCheckoutTransaction":
143143
CreateVisaCheckoutTransaction.run(apiLoginId, transactionKey);
144144
break;
145145
case "ChargeCreditCard":

0 commit comments

Comments
 (0)