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
+32-32Lines changed: 32 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,17 +68,10 @@ You do not need to download and build the source to use the SDK but if you want
68
68
- Please refer to the accompanying documentation for the other optional properties that you may wish to specify.
69
69
70
70
- Build this project using Maven.
71
-
a. mvn clean // Cleans the Project
72
-
73
-
b. mvn install
74
-
// Builds the project and creates a jar file of client SDK
75
-
// Includes running all unit tests and integration tests
76
-
77
-
c. mvn test
78
-
// Runs unit tests
79
-
80
-
d. mvn failsafe:integration-test
81
-
// Runs unit and integration tests. Note that integration tests require proper setup of test_cybs.properties
71
+
-`mvn clean` - Cleans the Project
72
+
-`mvn install` - Builds the project and creates a jar file of client SDK. Includes running all unit tests and integration tests
73
+
-`mvn test` - Runs unit tests
74
+
-`mvn failsafe:integration-test` - Runs unit and integration tests. Note that integration tests require proper setup of `test_cybs.properties`
82
75
83
76
## Testing the SDK
84
77
We have two ways to test -- one is by downloading the zip and using scripts to test; other is using maven tool.
@@ -94,6 +87,7 @@ We have two ways to test -- one is by downloading the zip and using scripts to t
94
87
```
95
88
Windows: runSample.bat <service_name>
96
89
Unix or Linux: runSample.sh <service_name>
90
+
```
97
91
- If JAVA_HOME is defined, the script uses <JAVA_HOME>/bin/java. Otherwise, it uses whatever java is in the path.
98
92
- If the client is installed correctly, the requests and replies for a credit card authorization and a follow-on capture appear.
99
93
- 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.
@@ -109,29 +103,35 @@ Unix or Linux: runSample.sh <service_name>
109
103
- Edit `cybs.properties` and make the required changes.
110
104
- Now use scripts to test.
111
105
112
-
##JKS creation
106
+
##JKS creation
113
107
114
-
-To convert the p12 file to JKS follow the steps mentioned below.
108
+
-To convert the p12 file to JKS follow the steps mentioned below.
115
109
- These commands will take out all the certs from the p12 file.
-It should have two entries. The first entry should contain a chain of two certificates - CyberSourceCertAuth and <Merchant_ID> with alias name <Merchant_ID>
134
-
-Second entry should be for CyberSource_SJC_US certificate with alias name as CyberSource_SJC_US
- The first entry should contain a chain of two certificates - `CyberSourceCertAuth` and <Merchant_ID> with alias name <Merchant_ID>
134
+
- Second entry should be for `CyberSource_SJC_US` certificate with alias name as `CyberSource_SJC_US`
135
135
136
136
## Message Level Encryption
137
137
CyberSource supports Message Level Encryption (MLE) for Simple Order API. Message level encryption conforms to the SOAP Security 1.0 specification published by the OASIS standards group.
0 commit comments