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版本兼容
137
137
2. Antom新增ApplePay支付方式
138
138
41、Version:2.0.50
139
139
1. 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
12
12
<dependency >
13
13
<groupId >com.alipay.global.sdk</groupId >
14
14
<artifactId >global-open-sdk-java</artifactId >
15
- <version >2.0.50 </version >
15
+ <version >2.0.51 </version >
16
16
</dependency >
17
17
```
18
18
Original file line number Diff line number Diff line change 4
4
<groupId >com.alipay.global.sdk</groupId >
5
5
<artifactId >global-open-sdk-java</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >2.0.50 </version >
7
+ <version >2.0.51 </version >
8
8
<name >global-open-sdk-java</name >
9
9
<url >https://github.com/alipay/global-open-sdk-java</url >
10
10
<description >
Original file line number Diff line number Diff line change @@ -46,5 +46,7 @@ public enum CustomerBelongsTo {
46
46
47
47
ZALOPAY ,
48
48
49
- DIRECTDEBIT_YAPILY ;
49
+ DIRECTDEBIT_YAPILY ,
50
+
51
+ ANTOM_BIZ_ACCOUNT ;
50
52
}
You can’t perform that action at this time.
0 commit comments