Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tonicpow/tonicpow-go
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Nov 24, 2019
2 parents 6cb32f5 + aa8ff1d commit 440a829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type ConversionResponse struct {
ConversionGoalID uint64 `json:"conversion_goal_id"`
ConversionGoalName string `json:"conversion_goal_name"`
ID uint64 `json:"id"`
UserID uint64 `json:"user_id"`
UserID string `json:"user_id"`
ConversionTxID string `json:"conversion_tx_id"`
PayoutTxID string `json:"payout_tx_id"`
}
Expand Down

0 comments on commit 440a829

Please sign in to comment.