-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f73c53
commit ec140e4
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,25 +3,25 @@ | |
|
||
# Adyen .net API Library | ||
|
||
The Adyen API Library for .net framework enables you to work with Adyen APIs and Hosted Payment Pages with any .net application. | ||
The Adyen API Library for .net framework enables you to work with Adyen APIs, Hosted Payment Pages and Terminal API with any .net application. | ||
|
||
## Requirements | ||
|
||
* .net standard 2.0. It supports .net 4.5 and .net standard 2.0 | ||
* It supports .net 4.5 and .net standard 2.0 | ||
|
||
## Installation | ||
|
||
* Simply download and restore nuget packages | ||
https://www.nuget.org/packages/Adyen.EcommLibrary/ | ||
* or install it from package manager | ||
PM> Install-Package Adyen.EcommLibrary -Version 1.0.5 | ||
PM> Install-Package Adyen.EcommLibrary -Version 1.1.0 | ||
|
||
## Documentation | ||
https://adyen.github.io/adyen-dotnet-api-library/ | ||
## Support | ||
|
||
If you have any problems, questions or suggestions, create an issue here or send your inquiry to [email protected]. | ||
|
||
## Licence | ||
|
||
MIT license. For more information, see the LICENSE file. |