File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
src/main/java/com/alipay/global/api/model/ams Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -143,4 +143,6 @@ update --- 支付方式枚举类新增ABA
14314343、Version:2.0.52
1441441. 订阅支付新增“更新接口”
14514544、Version:2.0.53
146- 1. update promotionResults
146+ 1. update promotionResults
147+ 44、Version:2.0.54
148+ 1. 支付、查询、支付结果通知新增卡相关信息字段
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.53 </version >
15+ <version >2.0.54 </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.53 </version >
7+ <version >2.0.54 </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 @@ -66,4 +66,14 @@ public class PaymentResultInfo {
6666 */
6767 private CreditPayPlan creditPayPlan ;
6868
69+ private String cardholderName ;
70+
71+ private String cardBin ;
72+
73+ private String lastFour ;
74+
75+ private String expiryMonth ;
76+
77+ private String expiryYear ;
78+
6979}
You can’t perform that action at this time.
0 commit comments