Skip to content

Commit 3950235

Browse files
author
Iulian Masar
committed
version bump 3.24.0
1 parent c3868d0 commit 3950235

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.24.0] - 2022-12-22
2+
### Added
3+
4+
#### New 30-day preauthorization feature
5+
6+
Preauthorizations can now hold funds for up to 30 days, therefore ensuring the solvency of a registered card for the same amount of time.
7+
8+
- The **Deposit** resource has been added with methods for creating, fetching and canceling a deposit
9+
- The **CardPreAuthorizedDepositPayIn** resource has been added with methods for creating and fetching a CardPreAuthorizedDepositPayIn
10+
11+
Thanks to 30-day preauthorizations, MANGOPAY can provide a simpler and more flexible payment experience for a wide range of use cases, especially for rentals.
12+
113
## [3.23.3] - 2022-12-06
214
### Fixed
315

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='mangopaysdk',
12-
version='3.23.3',
12+
version='3.24.0',
1313
description='A client library written in python to work with mangopay v2 api',
1414
long_description='This SDK is a client library for interacting with the Mangopay API.',
1515
url='https://github.com/Mangopay/mangopay2-python-sdk',

0 commit comments

Comments
 (0)