You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,14 +94,16 @@ We have two ways to test -- one is by downloading the zip and using scripts to t
94
94
- If you want to test XML, go to the `cybersource-sdk-java-master/samples/xml` directory.
95
95
- Use `compileSample` scripts to create classes directory as it is not included in SDK.
96
96
- Then at a command prompt, type this line:
97
-
```
98
-
Windows: runSample.bat <service_name>
99
-
Unix or Linux: runSample.sh <service_name>
100
-
- If JAVA_HOME is defined, the script uses <JAVA_HOME>/bin/java. Otherwise, it uses whatever java is in the path.
101
-
- If the client is installed correctly, the requests and replies for a credit card authorization and a follow-on capture appear.
97
+
98
+
Windows: runSample.bat <service_name>
99
+
Unix or Linux: runSample.sh <service_name>
100
+
101
+
- If JAVA_HOME is defined, the script uses <JAVA_HOME>/bin/java. Otherwise, it uses whatever java is in the path.
102
+
- If the client is installed correctly, the requests and replies for a credit card authorization and a follow-on capture appear.
102
103
- If you make any changes to the `RunSample.java` sample, you must rebuild the sample before using it. Use the `compileSample` batch file or shell script provided in the sample directory.
103
104
104
105
### Using samples and maven tool
106
+
105
107
- Clone/Download the code from GitHub.
106
108
- Choosing which sample to test:
107
109
- If you want to test Name-Value Pair, `cd` to the `cybersource-sdk-java-master/samples/nvp` directory.
@@ -112,7 +114,7 @@ Unix or Linux: runSample.sh <service_name>
112
114
- Edit `cybs.properties` and make the required changes.
113
115
- Now use scripts to test.
114
116
115
-
##JKS creation
117
+
##JKS creation
116
118
117
119
-To convert the p12 file to JKS follow the steps mentioned below.
118
120
- These commands will take out all the certs from the p12 file.
0 commit comments