Skip to content

Commit 5de6803

Browse files
authored
Merge pull request #79 from CyberSource/scmp-sample
Modified README.md
2 parents 43d47fb + 0afeaee commit 5de6803

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ To install the `cybersource-sdk-dotnet` from package, run the following command
77
PM> Install-Package CyberSource
88
```
99
## Requirements
10-
- .NET 4.0 or later
11-
- Visual Studio 2012 or later
10+
- .NET 4.8 or later
11+
- Visual Studio 2019 or later
1212

1313
## Prerequisites
1414
A CyberSource Evaluation account. Sign up at <http://www.cybersource.com/register>
@@ -18,7 +18,7 @@ Transaction Security Keys
1818
Refer to our [Developer Guide](http://apps.cybersource.com/library/documentation/dev_guides/security_keys/creating_and_using_security_keys.pdf) for details on how to generate .P12 key.
1919

2020
## CyberSource Web Services API Version
21-
NuGet 1.4.4 has v1.170 urn:schemas-cybersource-com:transaction-data-1.170
21+
NuGet 1.4.9 has v1.224 urn:schemas-cybersource-com:transaction-data-1.224
2222

2323
For latest version, check this https://ics2ws.ic3.com/commerce/1.x/transactionProcessor/
2424

@@ -85,16 +85,16 @@ CyberSource supports Message Level Encryption (MLE) for Simple Order API. Messag
8585
Meta Key is a key generated by an entity that can be used to authenticate on behalf of other entities provided that the entity which holds key is a parent entity or associated as a partner.
8686

8787
Comment or remove merchantID property in app.config file.
88-
89-
cybs.merchantID= <comment/remove this line>
88+
89+
cybs.merchantID=<comment/remove this line>
9090

9191
Set below properties in app.config file.
9292

93-
cybs.merchantID= <comment/remove this line>
93+
cybs.merchantID=<comment/remove this line>
9494
cybs.keysDirectory=<Directory where P12 is present>
9595
cybs.keyAlias=<Refers to the portfolio>
9696
cybs.password=<Password of p12>
97-
cybs.keyFilename= <metakey downloaded from portfolio MID>
97+
cybs.keyFilename=<metakey downloaded from portfolio MID>
9898

9999
Auth sample payload:
100100

0 commit comments

Comments
 (0)