| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -68,8 +68,8 @@ private static void SelectMethod() { | |||
| 68 | 68 | } | |
| 69 | 69 | ||
| 70 | 70 | private static void ShowMethods() { | |
| 71 | - System.out.println(" DecryptVisaCheckoutData"); | ||
| 72 | - System.out.println(" CreateVisaCheckoutTransaction"); | ||
| 71 | + System.out.println(" DecryptVisaSrcData"); | ||
| 72 | + System.out.println(" CreateVisaSrcTransaction"); | ||
| 73 | 73 | System.out.println(" ChargeCreditCard"); | |
| 74 | 74 | System.out.println(" AuthorizeCreditCard"); | |
| 75 | 75 | System.out.println(" RefundTransaction"); | |
@@ -160,11 +160,11 @@ private static void RunMethod(String methodName) { | |||
| 160 | 160 | // System.setProperty(Constants.HTTPS_PROXY_PASSWORD, "examplePassword"); | |
| 161 | 161 | ||
| 162 | 162 | switch (methodName) { | |
| 163 | - case "DecryptVisaCheckoutData": | ||
| 164 | - DecryptVisaCheckoutData.run(apiLoginId, transactionKey); | ||
| 163 | + case "DecryptVisaSrcData": | ||
| 164 | + DecryptVisaSrcData.run(apiLoginId, transactionKey); | ||
| 165 | 165 | break; | |
| 166 | - case "CreateVisaCheckoutTransaction": | ||
| 167 | - CreateVisaCheckoutTransaction.run(apiLoginId, transactionKey); | ||
| 166 | + case "CreateVisaSrcTransaction": | ||
| 167 | + CreateVisaSrcTransaction.run(apiLoginId, transactionKey); | ||
| 168 | 168 | break; | |
| 169 | 169 | case "ChargeCreditCard": | |
| 170 | 170 | ChargeCreditCard.run(apiLoginId, transactionKey, amount); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,5 +54,5 @@ TransactionReporting.GetMerchantDetails 0 1 | |||
| 54 | 54 | MobileInAppTransactions.CreateAnApplePayTransaction 0 0 | |
| 55 | 55 | MobileInAppTransactions.CreateAnAndroidPayTransaction 0 0 | |
| 56 | 56 | MobileInAppTransactions.CreateAnAcceptTransaction 0 0 | |
| 57 | - VisaCheckout.DecryptVisaCheckoutData 0 1 | ||
| 58 | - VisaCheckout.CreateVisaCheckoutTransaction 0 0 | ||
| 57 | + VisaCheckout.DecryptVisaSrcData 0 1 | ||
| 58 | + VisaCheckout.CreateVisaSrcTransaction 0 0 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments