| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - package net.authorize.sample.MobileInappTransactions; | ||
| 1 | + package net.authorize.sample.MobileInAppTransactions; | ||
| 2 | 2 | ||
| 3 | 3 | import java.math.BigDecimal; | |
| 4 | 4 | import net.authorize.Environment; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - package net.authorize.sample.MobileInappTransactions; | ||
| 1 | + package net.authorize.sample.MobileInAppTransactions; | ||
| 2 | 2 | ||
| 3 | 3 | import java.math.BigDecimal; | |
| 4 | 4 | import net.authorize.Environment; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - package net.authorize.sample.MobileInappTransactions; | ||
| 1 | + package net.authorize.sample.MobileInAppTransactions; | ||
| 2 | 2 | ||
| 3 | 3 | import java.math.BigDecimal; | |
| 4 | 4 | import net.authorize.Environment; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | import net.authorize.sample.RecurringBilling.*; | |
| 12 | 12 | import net.authorize.sample.TransactionReporting.*; | |
| 13 | 13 | import net.authorize.sample.CustomerProfiles.*; | |
| 14 | - import net.authorize.sample.MobileInappTransactions.*; | ||
| 14 | + import net.authorize.sample.MobileInAppTransactions.*; | ||
| 15 | 15 | import net.authorize.sample.FraudManagement.*; | |
| 16 | 16 | /** | |
| 17 | 17 | * Created by anetdeveloper on 8/5/15. | |
@@ -153,6 +153,15 @@ private static void RunMethod(String methodName) | |||
| 153 | 153 | String subscriptionId = "2930242"; | |
| 154 | 154 | ||
| 155 | 155 | Double amount = 123.45; | |
| 156 | + | ||
| 157 | + // Proxy server settings. | ||
| 158 | + // Enable these lines for using Sample Codes behind a proxy server | ||
| 159 | + | ||
| 160 | + // System.setProperty("https.proxyUse", "true"); | ||
| 161 | + // System.setProperty("https.proxyHost", "example.proxy.server"); | ||
| 162 | + // System.setProperty("https.proxyPort", "portNumber"); | ||
| 163 | + // System.setProperty("https.proxyUserName", "exampleUsername"); | ||
| 164 | + // System.setProperty("https.proxyPassword", "examplePassword"); | ||
| 156 | 165 | ||
| 157 | 166 | switch (methodName) { | |
| 158 | 167 | case "DecryptVisaCheckoutData": | |
| Back | FazBrowse Home | New Git URL |
0 commit comments