Skip to content

Commit 6070e3f

Browse files
committed
返回3DS认证失败原因
1 parent 3aeaa64 commit 6070e3f

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGE.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,6 @@ update --- 支付方式枚举类新增ABA
182182
1. 新增getCardInfo接口
183183
54、Version:2.0.64
184184
1. add userRegion
185+
55、Version:2.0.65
186+
1. 返回3DS认证失败原因
185187

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.64</version>
15+
<version>2.0.65</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.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>

src/main/java/com/alipay/global/api/model/ams/ThreeDSResult.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)