Skip to content

Commit

Permalink
Merge pull request #11 from oxmmty/dev
Browse files Browse the repository at this point in the history
change id and createdAt
  • Loading branch information
oxmmty authored Oct 4, 2024
2 parents 208ddfd + 68c40ae commit aa9cad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/wyre.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ type WyreWalletOrderWebhookPayload struct {
}

type WyreWalletOrderFullDetails struct {
Id string `json:"id"`
CreatedAt uint64 `json:"createdAt"`
// Id string `json:"id"`
// CreatedAt uint64 `json:"createdAt"`
Owner string `json:"owner"`
Status string `json:"status"`
OrderType string `json:"orderType"`
Expand Down

0 comments on commit aa9cad0

Please sign in to comment.