Skip to content

Commit 57dbf0b

Browse files
authored
Update README.md
1 parent b034683 commit 57dbf0b

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

README.md

+14-9
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@
44
(https://travis-ci.org/CyberSource/cybersource-sdk-cplusplus)
55

66
CyberSource C++ SDK
7-
##Requirements
8-
###Windows
7+
8+
## Requirements
9+
10+
### Windows
11+
912
1. Visual Studio 2012
1013
2. gsoap 2.8
1114

12-
###Linux
15+
### Linux
16+
1317
1. g++ (GCC) 4.8.3
1418
2. gsoap 2.8
1519

16-
##Prerequisites
20+
## Prerequisites
1721
1. Registration
1822
A CyberSource Evaluation account is required. Sign up here: http://www.cybersource.com/register
1923
Complete your Evaluation account creation by following the instructions in the Registration email
@@ -22,15 +26,16 @@ Complete your Evaluation account creation by following the instructions in the R
2226
Create security keys in the Enterprise Business Center (ebctest) after you've created your Merchant Admin account.
2327
Refer to our Developer's Guide for details http://apps.cybersource.com/library/documentation/dev_guides/security_keys/creating_and_using_security_keys.pdf> under Simple Order API Security Keys to generate .P12 key.
2428

25-
##Installing & building the SDK
26-
###Windows
29+
## Installing & building the SDK
30+
31+
### Windows
2732
1. Download the cybersource-sdk-cpp-master.zip package into a directory of your choice.
2833
2. Extract and go to the cybersource-sdk-cpp directory.
2934
3. Open Solution "client.sln" in Visual Studio.
3035
4. Build/Rebuild the Solution.
3136
5. To generate binary run mkinstall.bat win32 or mkinstall.bat win64 to build 32 bit or 64 bit respectively.
3237

33-
###Linux
38+
### Linux
3439
1. Download the cybersource-sdk-cpp-master.zip package into a directory of your choice.
3540
2. Extract and go to the cybersource-sdk-cpp directory.
3641
3. Run "make clean" to clean up the old build/binaries. <br>
@@ -47,7 +52,7 @@ Refer to our Developer's Guide for details http://apps.cybersource.com/library/d
4752
4. Run "make dist64" to generate tar.
4853
7. Binaries will be generated in /builds/simapi-c-linux-6.0.0.tar.gz.
4954

50-
##Running the Samples
55+
## Running the Samples
5156
1. Edit cybs.ini (\samples\cybs.ini)
5257

5358
* merchantID. MerchantID that will be used for ending the request. If both config as well as request message don’t have the value, then error will be thrown.
@@ -94,7 +99,7 @@ keysDirectory=\<Directory where .p12 is present><br>
9499
keyPassword=\<Password of .p12 file><br>
95100
keyFilename=\<Downloaded meta key file for portfolio or Account MID><br>
96101

97-
##Generating stub code for different wsdl version:
102+
## Generating stub code for different wsdl version:
98103
1. Go to /stub_generator.
99104
2. copy the wsdl for particular version from "https://ics2wsa.ic3.com/commerce/1.x/transactionProcessor/" to NVP or XML.
100105
3. Run stub_generator.bat for windows or stub_generator.sh for linux and follow the instruction.

0 commit comments

Comments
 (0)