Skip to content

Commit 8667945

Browse files
authored
Update README.md
1 parent e32197d commit 8667945

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,16 @@ We have two ways to test -- one is by downloading the zip and using scripts to t
9494
- If you want to test XML, go to the `cybersource-sdk-java-master/samples/xml` directory.
9595
- Use `compileSample` scripts to create classes directory as it is not included in SDK.
9696
- 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.
102103
- 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.
103104

104105
### Using samples and maven tool
106+
105107
- Clone/Download the code from GitHub.
106108
- Choosing which sample to test:
107109
- 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>
112114
- Edit `cybs.properties` and make the required changes.
113115
- Now use scripts to test.
114116

115-
##JKS creation
117+
## JKS creation
116118

117119
-To convert the p12 file to JKS follow the steps mentioned below.
118120
- These commands will take out all the certs from the p12 file. 

0 commit comments

Comments
 (0)