Skip to content

Commit

Permalink
Merge pull request #23 from oxmmty/dev
Browse files Browse the repository at this point in the history
fix CreateAt and SourceAmount
  • Loading branch information
oxmmty authored Oct 4, 2024
2 parents 3e52cbb + d6b1875 commit e74a34e
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 @@ -61,8 +61,8 @@ type WyreTransferDetails struct {
// PendingSubStatus interface{} `json:"pendingSubStatus"`
// Status string `json:"status"`
// ReversalReason interface{} `json:"reversalReason"`
CreatedAt int64 `json:"createdAt"`
SourceAmount float64 `json:"sourceAmount"`
// CreatedAt int64 `json:"createdAt"`
// SourceAmount float64 `json:"sourceAmount"`
DestCurrency string `json:"destCurrency"`
SourceCurrency string `json:"sourceCurrency"`
StatusHistories []struct {
Expand Down

0 comments on commit e74a34e

Please sign in to comment.