Skip to content

Commit 3b00754

Browse files
author
Iulian Masar
committed
version bump 2.38.0
1 parent bbe3ee5 commit 3b00754

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
## [2.37.2] - 2024-05-24
218
### Added
319

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ task javadocJar(type: Jar) {
4040
}
4141

4242
group = 'com.mangopay'
43-
version = '2.37.2'
43+
version = '2.38.0'
4444
sourceCompatibility = '1.7'
4545

4646
publishing {
@@ -49,7 +49,7 @@ publishing {
4949
pom {
5050
groupId 'com.mangopay'
5151
artifactId 'mangopay2-java-sdk'
52-
version '2.37.2'
52+
version '2.38.0'
5353

5454
from(components.java)
5555

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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

0 commit comments

Comments
 (0)