File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
src/main/java/com/alipay/global/api/model/ams Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -137,4 +137,6 @@ update --- 优化base64多jdk版本兼容
1371372. Antom新增ApplePay支付方式
13813841、Version:2.0.50
1391391. CKP二期支持商户传入可选支付方式列表
140- 2. AMS独立绑卡支持MIT交易
140+ 2. AMS独立绑卡支持MIT交易
141+ 42、Version:2.0.51
142+ update --- 支付方式枚举类新增ABA
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments