Skip to content

Commit

Permalink
[fix] qpay v1 phone number must be number
Browse files Browse the repository at this point in the history
  • Loading branch information
tuguldur committed Aug 2, 2023
1 parent fd5443c commit de1cf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qpay_v1/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type (
RegisterNo string `json:"register_no"`
Name string `json:"name"`
Email string `json:"email"`
PhoneNumber string `json:"phone_number"`
PhoneNumber *int `json:"phone_number"`
Note string `json:"note"`
}

Expand Down

0 comments on commit de1cf02

Please sign in to comment.