File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
src/main/java/com/alipay/global/api/model/ams Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -182,4 +182,6 @@ update --- 支付方式枚举类新增ABA
1821821. 新增getCardInfo接口
18318354、Version:2.0.64
1841841. add userRegion
185+ 55、Version:2.0.65
186+ 1. 返回3DS认证失败原因
185187
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.64 </version >
15+ <version >2.0.65 </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.64 </version >
7+ <version >2.0.65 </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 @@ -36,4 +36,8 @@ public class ThreeDSResult {
3636 */
3737 private String xid ;
3838
39+ private String threeDStransactionStatusReason ;
40+
41+ private String challengeCancel ;
42+
3943}
You can’t perform that action at this time.
0 commit comments