Skip to content

Commit 30c3913

Browse files
author
Iulian Masar
committed
version bump 3.4.0
1 parent 37c7e38 commit 30c3913

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [3.4.0] - 2022-06-29
2+
##Added
3+
**Recurring: €0 deadlines for CIT**
4+
5+
Setting free recurring payment deadlines is now possible for CIT (customer-initiated transactions) with the **FreeCycles** parameter.
6+
7+
The **FreeCycles** parameter allows platforms to define the number of consecutive deadlines that will be free. The following endpoints have been updated to take into account this new parameter:
8+
9+
<a href="https://docs.mangopay.com/endpoints/v2.01/payins#e1051_create-a-recurring-payin-registration">Create a Recurring PayIn Registration</a><br>
10+
<a href="https://docs.mangopay.com/endpoints/v2.01/payins#e1056_view-a-recurring-payin-registration">View a Recurring PayIn Registration</a><br>
11+
12+
This feature provides new automation capabilities for platforms with offers such as “Get the first month free” or “free trial” subscriptions.
13+
14+
Please refer to the <a href="https://docs.mangopay.com/guide/recurring-payments-introduction">Recurring payments overview</a> documentation for more information.
15+
116
## [3.3.1] - 2022.06.06
217
### Fixed
318

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 © 2022</Copyright>
77
<Description>.Net 6.0 for access to MANGOPAY API v2</Description>
88
<Authors>MangoPay</Authors>
9-
<Version>3.3.1</Version>
10-
<AssemblyVersion>3.3.1.0</AssemblyVersion>
11-
<FileVersion>3.3.1.0</FileVersion>
9+
<Version>3.4.0</Version>
10+
<AssemblyVersion>3.4.0.0</AssemblyVersion>
11+
<FileVersion>3.4.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)