Commit 1445978 Iulian Masar
committed
1 parent 9a14f99 commit 1445978 Copy full SHA for 1445978
File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.44.0] - 2025-02-10
2
+
3
+ ### Added
4
+
5
+ New endpoints for [ TWINT PayIn] ( https://docs.mangopay.com/api-reference/twint/twint-payin-object ) object:
6
+
7
+ - [ Create a TWINT PayIn] ( https://docs.mangopay.com/api-reference/twint/create-twint-payin )
8
+ - [ View a PayIn (TWINT)] ( https://docs.mangopay.com/api-reference/twint/view-payin-twint )
9
+
10
+ ### Updated
11
+
12
+ - Removed the ` Reference ` parameter from the [ Refund] ( https://docs.mangopay.com/api-reference/refunds/refund-object )
13
+ object.
14
+ - Added additional tests for transaction retrieval.
15
+
1
16
## [ 2.43.0] - 2025-02-07
2
17
3
18
### Added
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.43 .0'
43
+ version = ' 2.44 .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.43 .0'
52
+ version ' 2.44 .0'
53
53
54
54
from(components. java)
55
55
You can’t perform that action at this time.
0 commit comments