Skip to content

Commit

Permalink
fix: transId type to int
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Jan 6, 2023
1 parent e9e9312 commit b02fd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/pay/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type VerifyRequest struct {
type VerifyResponse struct {
Status int `json:"status"`
Amount string `json:"amount"`
TransId string `json:"transId"`
TransId int `json:"transId"`
FactorNumber string `json:"factorNumber"`
Mobile string `json:"mobile"`
Description string `json:"description"`
Expand Down

0 comments on commit b02fd8b

Please sign in to comment.