Skip to content

Commit 374f380

Browse files
authored
Merge pull request #61 from alipay/qc-0115
add new field to CustomerBelongsTo
2 parents 6b8bcd0 + 82948c6 commit 374f380

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGE.log

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,6 @@ update --- 优化base64多jdk版本兼容
137137
2. Antom新增ApplePay支付方式
138138
41、Version:2.0.50
139139
1. CKP二期支持商户传入可选支付方式列表
140-
2. AMS独立绑卡支持MIT交易
140+
2. AMS独立绑卡支持MIT交易
141+
42、Version:2.0.51
142+
update --- 支付方式枚举类新增ABA

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.50</version>
15+
<version>2.0.51</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.50</version>
7+
<version>2.0.51</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/model/ams/CustomerBelongsTo.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ public enum CustomerBelongsTo {
4646

4747
ZALOPAY,
4848

49-
DIRECTDEBIT_YAPILY;
49+
DIRECTDEBIT_YAPILY,
50+
51+
ANTOM_BIZ_ACCOUNT;
5052
}

0 commit comments

Comments
 (0)