Skip to content

Commit b02fd8b

Browse files
committed
fix: transId type to int
1 parent e9e9312 commit b02fd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/pay/models.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type VerifyRequest struct {
4444
type VerifyResponse struct {
4545
Status int `json:"status"`
4646
Amount string `json:"amount"`
47-
TransId string `json:"transId"`
47+
TransId int `json:"transId"`
4848
FactorNumber string `json:"factorNumber"`
4949
Mobile string `json:"mobile"`
5050
Description string `json:"description"`

0 commit comments

Comments
 (0)