File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
src/main/java/com/alipay/global/api Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -159,4 +159,6 @@ update --- 支付方式枚举类新增ABA
159
159
1. 支付、查询、支付结果通知新增卡相关信息字段
160
160
161
161
46、Version:2.0.55
162
- 1. oneApi绑卡补全
162
+ 1. oneApi绑卡补全
163
+ 47、Version:2.0.56
164
+ 1. update notifyVaulting
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.55 </version >
15
+ <version >2.0.56 </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.55 </version >
7
+ <version >2.0.56 </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 12
12
public class VaultingPaymentMethodDetail {
13
13
private String paymentMethodType ;
14
14
private VaultingCard card ;
15
-
15
+ private Wallet wallet ;
16
16
}
Original file line number Diff line number Diff line change 1
1
package com .alipay .global .api .request .ams .notify ;
2
2
3
3
import com .alipay .global .api .model .ams .AcquirerInfo ;
4
+ import com .alipay .global .api .model .ams .CustomizedInfo ;
4
5
import com .alipay .global .api .model .ams .VaultingPaymentMethodDetail ;
5
6
import lombok .Data ;
6
7
import lombok .EqualsAndHashCode ;
@@ -22,4 +23,6 @@ public class AlipayVaultingNotify extends AlipayNotify {
22
23
private String vaultingCreateTime ;
23
24
24
25
private AcquirerInfo acquirerInfo ;
26
+
27
+ private CustomizedInfo customizedInfo ;
25
28
}
You can’t perform that action at this time.
0 commit comments