Skip to content

Commit ad5ac2a

Browse files
author
Iulian Masar
committed
version bump 3.26.0
1 parent 233ae05 commit ad5ac2a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [3.26.0] - 2023-03-17
2+
### Added
3+
4+
Knowing when a dispute was closed is now possible thanks to the new ClosedDate parameter for the Dispute object.
5+
6+
The following endpoints have been updated accordingly:
7+
8+
[Vew a Dispute](ttps://docs.mangopay.com/endpoints/v2.01/disputes#e240_view-a-dispute)
9+
10+
[List Disputes for a User](https://docs.mangopay.com/endpoints/v2.01/disputes#e817_list-a-users-disputes)
11+
12+
[List Disputes for a Wallet](https://docs.mangopay.com/endpoints/v2.01/disputes#e816_list-a-wallets-disputes)
13+
14+
[List all Disputes](https://docs.mangopay.com/endpoints/v2.01/disputes#e241_list-all-disputes)
15+
16+
[List Disputes that need settling](https://docs.mangopay.com/endpoints/v2.01/disputes#e980_list-disputes-that-need-settling)
17+
18+
Please note that the new ClosedDate field will only display values for the Disputes closed after this release. Otherwise, a null value will be returned.
19+
120
## [3.25.0] - 2023-01-12
221
### Added
322

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.25.0',
12+
version='3.26.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)