File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/net/authorize/sample/VisaCheckout Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020//
2121// Run this sample by doing mvn package,
2222// then
23- // java -jar target/VisaCheckoutTransaction -jar-with-dependencies.jar
23+ // java -jar target/CreateVisaSrcTransaction -jar-with-dependencies.jar
2424//
25- public class CreateVisaCheckoutTransaction {
25+ public class CreateVisaSrcTransaction {
2626
2727 public static ANetApiResponse run (String apiLoginId , String transactionKey ) {
2828
Original file line number Diff line number Diff line change 1010import net .authorize .api .contract .v1 .MessageTypeEnum ;
1111import net .authorize .api .controller .DecryptPaymentDataController ;
1212
13- public class DecryptVisaCheckoutData {
13+ public class DecryptVisaSrcData {
1414
1515 public static ANetApiResponse run (String apiLoginId , String transactionKey ) {
1616
You can’t perform that action at this time.
0 commit comments