Skip to content

Feature 250411 #69

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 2 commits 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
7 changes: 6 additions & 1 deletion CHANGE.log
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,9 @@ update --- 支付方式枚举类新增ABA
1. update notifyVaulting

48、Version:2.0.57
1. update add oneApi补全
1. update add oneApi补全

49、Version:2.0.58
1. Antom 印度渠道接入AMS拒付相关接口的标准变更
2. Antom印度渠道接入(UPI/CARD/NETBAKING)相关接口标准变更
3. CKP二期支持商户传入支付方式地区和支付方式要素
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.57</version>
<version>2.0.58</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.57</version>
<version>2.0.58</version>
<name>global-open-sdk-java</name>
<url>https://github.com/alipay/global-open-sdk-java</url>
<description>
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/alipay/global/api/model/ams/Wallet.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ public class Wallet {
private String phoneNo;
private String email;
private Address billingAddress;
private String token;
private String tokenExpiryTime;
}