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.31.0] - 2024-07-30
2
+ ### Added
3
+
4
+ 1 . New endpoint: [ Create a Bancontact PayIn] ( https://mangopay.com/docs/endpoints/bancontact#create-bancontact-payin )
5
+
6
+ 2 . New parameter ` PaymentCategory ` for the following endpoints :
7
+ - [ Create a Card Validation] ( https://mangopay.com/docs/endpoints/card-validations#create-card-validation )
8
+ - [ Create a Direct Card PayIn] ( https://mangopay.com/docs/endpoints/direct-card-payins#create-direct-card-payin )
9
+ - [ Create a Preauthorization] ( https://mangopay.com/docs/endpoints/preauthorizations#create-preauthorization )
10
+
1
11
## [ 3.30.0] - 2024-05-31
2
12
### Added
3
13
Original file line number Diff line number Diff line change 11
11
*/
12
12
class RestTool
13
13
{
14
- const VERSION = '3.30 .0 ' ;
14
+ const VERSION = '3.31 .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