Skip to content

Commit 537992b

Browse files
committed
Version Bump 2.8.0
1 parent 291f6ce commit 537992b

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [2.8.0] - 2021.10.11
2+
## Added
3+
4+
### Payconiq
5+
6+
As requested by numerous clients, we are now providing [Payconiq](https://www.payconiq.be) as a new mean-of-payment. To request access, please contact MANGOPAY.
7+
8+
### Flags for KYC documents
9+
10+
**We provide more information regarding refused KYC documents.** Therefore it will be easier for you to adapt your app behavior and help your end user.
11+
12+
You are now able to see the exact explanation thanks to a new parameter called “Flags”.
13+
14+
It has been added to
15+
16+
`this.Api.Kyc.GetAsync(kycDocument.Id);`
17+
18+
It will display one or several error codes that provide the reason(s) why your document validation has failed. These error codes description are available [here](https://docs.mangopay.com/guide/kyc-document).
19+
120
## [2.7.1] - 2021.08.05
221
## Fixed
322

MangoPay.SDK/MangoPay.SDK.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<Copyright>Copyright © 2020</Copyright>
77
<Description>.Net SDK and .NET Core SDK for access to MANGOPAY API v2</Description>
88
<Authors>MangoPay</Authors>
9-
<Version>2.7.1</Version>
10-
<AssemblyVersion>2.7.1.0</AssemblyVersion>
11-
<FileVersion>2.7.1.0</FileVersion>
9+
<Version>2.8.0</Version>
10+
<AssemblyVersion>2.8.0.0</AssemblyVersion>
11+
<FileVersion>2.8.0.0</FileVersion>
1212
<PackageId>mangopay2-sdk</PackageId>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.1|AnyCPU'">

0 commit comments

Comments
 (0)