Skip to content

Commit

Permalink
Merge pull request #14 from alipay/feature-250122-2
Browse files Browse the repository at this point in the history
Feature 250122 2
  • Loading branch information
ScottWryyyyy authored Jan 22, 2025
2 parents c504ec0 + f0d915e commit 0840955
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog


## 1.2.10 - 2025-01-22
* [#12](https://github.com/alipay/global-open-sdk-go/pull/12) feature-250122
- update promotionResults


## 1.2.9 - 2025-01-06
* [#11](https://github.com/alipay/global-open-sdk-go/pull/11) feature-250106
- 订阅支付新增“更新接口”
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```
Language:GO
GO version:1.22.5+
Tags:v1.2.8
Tags:v1.2.10
Copyright:Ant financial services group
```

Expand Down
2 changes: 1 addition & 1 deletion com/alipay/api/response/pay/AlipayPayQueryResponse.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type AlipayPayQueryResponse struct {
PaymentResultInfo model.PaymentResultInfo `json:"paymentResultInfo"`
AcquirerInfo model.AcquirerInfo `json:"acquirerInfo"`
MerchantAccountId string `json:"merchantAccountId"`
PromotionResult []model.PromotionResult `json:"promotionResult"`
PromotionResults []model.PromotionResult `json:"promotionResult"`
EarliestSettlementTime string `json:"earliestSettlementTime"`
PaymentMethodType string `json:"paymentMethodType,omitempty"`
}

0 comments on commit 0840955

Please sign in to comment.