Skip to content

Commit 4304271

Browse files
committed
Merge branch 'refs/heads/master' into feature-250106
# Conflicts: # CHANGE.log
2 parents 8159c25 + 374f380 commit 4304271

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGE.log

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,7 @@ update --- 优化base64多jdk版本兼容
138138
41、Version:2.0.50
139139
1. CKP二期支持商户传入可选支付方式列表
140140
2. AMS独立绑卡支持MIT交易
141-
41、Version:2.0.51
141+
42、Version:2.0.51
142+
update --- 支付方式枚举类新增ABA
143+
43、Version:2.0.52
142144
1. 订阅支付新增“更新接口”

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)