Skip to content

Commit

Permalink
Merge pull request #8 from alipay/feature-241125
Browse files Browse the repository at this point in the history
CKP二期支付结果查询和支付结果通知透出支付方式信息
  • Loading branch information
ScottWryyyyy authored Nov 25, 2024
2 parents 3937b66 + e4f1fd3 commit 3aff107
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.5 - 2024-11-25
* [#7](https://github.com/alipay/global-open-sdk-go/pull/7) feature-241125
- update AlipayPayResultNotify
- update AlipayPayQueryRequest

## 1.2.5 - 2024-11-25
* [#6](https://github.com/alipay/global-open-sdk-go/pull/6) feature-241125
- update Leg
Expand Down
1 change: 1 addition & 0 deletions com/alipay/api/request/notify/AlipayPayResultNotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ type AlipayPayResultNotify struct {
PaymentResultInfo *model.PaymentResultInfo `json:"paymentResultInfo,omitempty"`
AcquirerInfo *model.AcquirerInfo `json:"acquirerInfo,omitempty"`
PromotionResult []*model.PromotionResult `json:"promotionResult,omitempty"`
PaymentMethodType string `json:"paymentMethodType,omitempty"`
}
1 change: 1 addition & 0 deletions com/alipay/api/request/pay/AlipayPayQueryRequest.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ type AlipayPayQueryRequest struct {
PaymentRequestId string `json:"paymentRequestId,omitempty"`
PaymentId string `json:"paymentId,omitempty"`
MerchantAccountId string `json:"MerchantAccountId,omitempty"`
PaymentMethodType string `json:"paymentMethodType,omitempty"`
}

func (alipayPayQueryRequest *AlipayPayQueryRequest) NewRequest() *request.AlipayRequest {
Expand Down

0 comments on commit 3aff107

Please sign in to comment.