Skip to content

Commit da36e9f

Browse files
committed
Merge branch 'feature-20250428'
# Conflicts: # CHANGE.log # README.md # pom.xml
2 parents 05f581a + 5a773b9 commit da36e9f

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

CHANGE.log

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,6 @@ update --- 支付方式枚举类新增ABA
172172
49、Version:2.0.59
173173
1. 新增ISV模式
174174
50、Version:2.0.60
175-
1. SG B15 Airline航司接入全球卡(Visa/Mastercard)接口变更
175+
1. SG B15 Airline航司接入全球卡(Visa/Mastercard)接口变更
176+
51、Version:2.0.61
177+
1. Iyzico渠道接入AMS变更

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ https://mvnrepository.com/artifact/com.alipay.global.sdk/global-open-sdk-java
1212
<dependency>
1313
<groupId>com.alipay.global.sdk</groupId>
1414
<artifactId>global-open-sdk-java</artifactId>
15-
<version>2.0.60</version>
15+
<version>2.0.61</version>
1616
</dependency>
1717
```
1818

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.alipay.global.sdk</groupId>
55
<artifactId>global-open-sdk-java</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.0.60</version>
7+
<version>2.0.61</version>
88
<name>global-open-sdk-java</name>
99
<url>https://github.com/alipay/global-open-sdk-java</url>
1010
<description>

src/main/java/com/alipay/global/api/request/ams/notify/AlipayRefundNotify.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ public class AlipayRefundNotify extends AlipayNotify {
4747

4848
private CustomizedInfo customizedInfo;
4949

50+
private String arn;
5051
}

src/main/java/com/alipay/global/api/response/ams/pay/AlipayInquiryRefundResponse.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ public class AlipayInquiryRefundResponse extends AlipayResponse {
2626

2727
private CustomizedInfo customizedInfo;
2828

29+
private String arn;
2930
}

0 commit comments

Comments
 (0)