Skip to content

Commit

Permalink
Merge pull request SwedbankPay#2 from SwedbankPay/feature/ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
zunkas authored Oct 7, 2019
2 parents eb705a6 + 44f4ac1 commit a260b82
Showing 1 changed file with 31 additions and 23 deletions.
54 changes: 31 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,39 @@

## Build status

| Build server | Platform | Status |
|-----------------------------|--------------|---------------------------------------------------------------------------------------------------------------------------|
| AppVeyor | Windows | [![Build status](https://ci.appveyor.com/api/projects/status/jqpkvy5fe523hsja/branch/master?svg=true)](https://ci.appveyor.com/project/ice/payex-client/branch/master)|
| Travis | Linux | [![Build Status](https://travis-ci.org/icenorge/PayEx.Client.svg?branch=master)](https://travis-ci.org/icenorge/PayEx.Client) |
| Azure DevOps | Linux |[![Build Status](https://dev.azure.com/icenorge/PayEx.Client/_apis/build/status/icenorge.PayEx.Client)](https://dev.azure.com/icenorge/PayEx.Client/_build/latest?definitionId=2)|
| Build server | Platform | Status |
|-----------------------------|--------------|---------------------------------------------------|
| AppVeyor | Windows | [![Build status][appveyor-badge]][appveyor-build] |
| Travis | Linux | [![Build Status][travis-badge]][travis-build] |
| Azure DevOps | Linux | [![Build Status][azdo-badge]][azdo-build] |

## About

`PayEx.Client` is a `netstandard2` library to talk to PayEx direct REST APIs.

Download it from NuGet:[![NuGet](https://img.shields.io/nuget/dt/payex.client.svg)](https://www.nuget.org/packages/payex.client/)

## Supported APIs:
- Vipps
- create payment
- Vipps authorize
- capture
- cancel
- reversal
- CreditCard
- create payment
- create recurring payment with initial payment
- create recurring payment without initial payment
- capture
- cancel
- reversal
## Supported APIs

* Vipps
* create payment
* Vipps authorize
* capture
* cancel
* reversal
* CreditCard
* create payment
* create recurring payment with initial payment
* create recurring payment without initial payment
* capture
* cancel
* reversal

# Sample apps
Check the [the samples folder](https://github.com/icenorge/PayEx.Client/tree/master/src/Samples)

Check the [the samples folder][samples].

[appveyor-badge]: https://ci.appveyor.com/api/projects/status/l7mqg1ygmkwf9m9n/branch/master?svg=true
[appveyor-build]: https://ci.appveyor.com/project/SwedbankPay/swedbank-pay-sdk-dotnet/branch/master
[travis-badge]: https://travis-ci.org/SwedbankPay/swedbank-pay-sdk-dotnet.svg?branch=master
[travis-build]: https://travis-ci.org/SwedbankPay/swedbank-pay-sdk-dotnet
[azdo-badge]: https://dev.azure.com/SwedbankPay/swedbank-pay-sdk-dotnet/_apis/build/status/swedbank-pay-sdk-dotnet-CI?branchName=master
[azdo-build]: https://dev.azure.com/SwedbankPay/swedbank-pay-sdk-dotnet/_build/latest?definitionId=1&branchName=master
[samples]: https://github.com/SwedbankPay/swedbank-pay-sdk-dotnet/tree/master/src/Samples

0 comments on commit a260b82

Please sign in to comment.