File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.27.0] - 2024-02-13
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
+ - [ Validate the format of user data endpoint] ( https://mangopay.com/docs/endpoints/user-data-format#validate-user-data-format )
7
+ - Deprecate dynamic properties #592
8
+ - Constant class created for UserCategory parameter
9
+
1
10
## [ 3.26.0] - 2023-12-22
2
11
### Added
3
12
Original file line number Diff line number Diff line change 11
11
*/
12
12
class RestTool
13
13
{
14
- const VERSION = '3.26 .0 ' ;
14
+ const VERSION = '3.27 .0 ' ;
15
15
16
16
/**
17
17
* Root/parent instance that holds the OAuthToken and Configuration instance
You can’t perform that action at this time.
0 commit comments