Commit 3b00754 Iulian Masar
committed
1 parent bbe3ee5 commit 3b00754 Copy full SHA for 3b00754
File tree 3 files changed +20
-4
lines changed
src/main/resources/com/mangopay/core
3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.38.0] - 2024-08-07
2
+ ### Added
3
+
4
+ 1 . New endpoint: [ Create a Bancontact PayIn] ( https://docs.mangopay.com/api-reference/bancontact/bancontact-payin-object#create-bancontact-payin )
5
+ 2 . New parameter ` PaymentCategory ` for the following endpoints:
6
+ - [ Create a Card Validation] ( https://docs.mangopay.com/api-reference/card-validations/create-card-validation )
7
+ - [ Create a Direct Card PayIn] ( https://docs.mangopay.com/api-reference/direct-card-payins/create-direct-card-payin )
8
+ - [ Create a Preauthorization] ( https://docs.mangopay.com/api-reference/preauthorizations/create-preauthorization )
9
+ 3 . New parameter ` StatementDescriptor ` for the following endpoints:
10
+ - [ Create a Refund for a PayIn] ( https://docs.mangopay.com/api-reference/refunds/create-refund-payin )
11
+ - [ View a Refund] ( https://docs.mangopay.com/api-reference/refunds/view-refund )
12
+
13
+ ### Fixed
14
+
15
+ - Adjust the parameter ` CardHolderName `
16
+
1
17
## [ 2.37.2] - 2024-05-24
2
18
### Added
3
19
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ task javadocJar(type: Jar) {
40
40
}
41
41
42
42
group = ' com.mangopay'
43
- version = ' 2.37.2 '
43
+ version = ' 2.38.0 '
44
44
sourceCompatibility = ' 1.7'
45
45
46
46
publishing {
@@ -49,7 +49,7 @@ publishing {
49
49
pom {
50
50
groupId ' com.mangopay'
51
51
artifactId ' mangopay2-java-sdk'
52
- version ' 2.37.2 '
52
+ version ' 2.38.0 '
53
53
54
54
from(components. java)
55
55
Original file line number Diff line number Diff line change 1
- # Wed May 22 17:04:29 EEST 2024
2
- version =2.37.2
1
+ # Wed Aug 07 11:29:53 EEST 2024
2
+ version =2.38.0
You can’t perform that action at this time.
0 commit comments