Skip to content

Commit eb2a142

Browse files
authored
Merge pull request #37 from alipay/feature_align_doc_fields
update consult payment: recurringPayment
2 parents ec0cfb4 + f78708b commit eb2a142

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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.34</version>
15+
<version>2.0.35</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.34</version>
7+
<version>2.0.35</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/request/ams/auth/AlipayAuthConsultRequest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public class AlipayAuthConsultRequest extends AlipayRequest<AlipayAuthConsultRes
2424
private String osVersion;
2525
private String extendInfo;
2626
private String merchantRegion;
27+
private Boolean recurringPayment;
2728

2829
public AlipayAuthConsultRequest() {
2930
this.setPath(AntomPathConstants.AUTH_CONSULT_PATH);

0 commit comments

Comments
 (0)