Skip to content

Commit fa8f431

Browse files
authored
Merge pull request #39 from alipay/feature_update_fields
Feature update fields
2 parents ad48153 + 5867be6 commit fa8f431

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGE.log

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,7 @@ add Checkout Payment Page support
105105
adding path to request, using lombok for ams api, update sample code
106106

107107
31、Version:2.0.32
108-
align antom doc and library
108+
align antom doc and library
109+
110+
32、Version:2.0.33
111+
add PspCustomerInfo add extendInfo

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.36</version>
15+
<version>2.0.37</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.36</version>
7+
<version>2.0.37</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/PspCustomerInfo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ public class PspCustomerInfo {
1515
private String displayCustomerId;
1616
private String displayCustomerName;
1717
private String customer2088Id;
18+
private String extendInfo;
1819
}

0 commit comments

Comments
 (0)