File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.32.0] - 2024-02-12
2
+ ### Added
3
+
4
+ - New endpoint to look up metadata from BIN or Google Pay token. More information [ here] ( https://mangopay.com/docs/release-notes/kisale )
5
+ - [ Get a card validation endpoint] ( https://mangopay.com/docs/endpoints/card-validations#view-card-validation )
6
+
7
+ ### Fixed
8
+
9
+ - Resolved an issue in our Python SDK where certain events were unable to process string-based IDs
10
+
1
11
## [ 3.31.0] - 2023-12-22
2
12
### Added
3
13
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'mangopaysdk' ,
12
- version = '3.31 .0' ,
12
+ version = '3.32 .0' ,
13
13
description = 'A client library written in python to work with mangopay v2 api' ,
14
14
long_description = 'This SDK is a client library for interacting with the Mangopay API.' ,
15
15
url = 'https://github.com/Mangopay/mangopay2-python-sdk' ,
You can’t perform that action at this time.
0 commit comments