We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e9312 commit b02fd8bCopy full SHA for b02fd8b
providers/pay/models.go
@@ -44,7 +44,7 @@ type VerifyRequest struct {
44
type VerifyResponse struct {
45
Status int `json:"status"`
46
Amount string `json:"amount"`
47
- TransId string `json:"transId"`
+ TransId int `json:"transId"`
48
FactorNumber string `json:"factorNumber"`
49
Mobile string `json:"mobile"`
50
Description string `json:"description"`
0 commit comments