Skip to content

Commit 5a773b9

Browse files
committed
Iyzico渠道接入AMS变更
1 parent 0fb4cca commit 5a773b9

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
@@ -168,4 +168,6 @@ update --- 支付方式枚举类新增ABA
168168
49、Version:2.0.58
169169
1. Antom 印度渠道接入AMS拒付相关接口的标准变更
170170
2. Antom印度渠道接入(UPI/CARD/NETBAKING)相关接口标准变更
171-
3. CKP二期支持商户传入支付方式地区和支付方式要素
171+
3. CKP二期支持商户传入支付方式地区和支付方式要素
172+
50、Version:2.0.59
173+
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.58</version>
15+
<version>2.0.59</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.58</version>
7+
<version>2.0.59</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)