Skip to content

Commit 3aeaa64

Browse files
committed
add userRegion
1 parent 3a7a510 commit 3aeaa64

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGE.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,6 @@ update --- 支付方式枚举类新增ABA
180180
1. AMS支付接口、支付通知、支付查询接口透传卡组ISO code和Mac code及渠道DE42和DE43
181181
53、Version:2.0.63
182182
1. 新增getCardInfo接口
183+
54、Version:2.0.64
184+
1. add userRegion
183185

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.63</version>
15+
<version>2.0.64</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.63</version>
7+
<version>2.0.64</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/pay/AlipayPaymentSessionRequest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ public class AlipayPaymentSessionRequest extends AlipayRequest<AlipayPaymentSess
116116

117117
private SubscriptionInfo subscriptionInfo;
118118

119+
/**
120+
* A 2-letter country or region code based on the standard of ISO 3166 Country Codes. This parameter is used to sort Alipay+ payment methods according to the user's region
121+
*/
122+
private String userRegion;
123+
119124

120125
public AlipayPaymentSessionRequest() {
121126
this.setPath(AntomPathConstants.CREATE_SESSION_PATH);

0 commit comments

Comments
 (0)