Skip to content

Iyzico渠道接入AMS变更 #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGE.log
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,6 @@ update --- 支付方式枚举类新增ABA
49、Version:2.0.58
1. Antom 印度渠道接入AMS拒付相关接口的标准变更
2. Antom印度渠道接入(UPI/CARD/NETBAKING)相关接口标准变更
3. CKP二期支持商户传入支付方式地区和支付方式要素
3. CKP二期支持商户传入支付方式地区和支付方式要素
50、Version:2.0.59
1. Iyzico渠道接入AMS变更
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://mvnrepository.com/artifact/com.alipay.global.sdk/global-open-sdk-java
<dependency>
<groupId>com.alipay.global.sdk</groupId>
<artifactId>global-open-sdk-java</artifactId>
<version>2.0.58</version>
<version>2.0.59</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.alipay.global.sdk</groupId>
<artifactId>global-open-sdk-java</artifactId>
<packaging>jar</packaging>
<version>2.0.58</version>
<version>2.0.59</version>
<name>global-open-sdk-java</name>
<url>https://github.com/alipay/global-open-sdk-java</url>
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ public class AlipayRefundNotify extends AlipayNotify {

private CustomizedInfo customizedInfo;

private String arn;
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ public class AlipayInquiryRefundResponse extends AlipayResponse {

private CustomizedInfo customizedInfo;

private String arn;
}