Skip to content

Commit

Permalink
Merge pull request #22 from oxmmty/dev
Browse files Browse the repository at this point in the history
change Status and ReversalReason
  • Loading branch information
oxmmty authored Oct 4, 2024
2 parents f3b3e92 + 32c6931 commit 3e52cbb
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 @@ -59,8 +59,8 @@ type WyreTransferDetails struct {
// ReversingSubStatus interface{} `json:"reversingSubStatus"`
// Source string `json:"source"`
// PendingSubStatus interface{} `json:"pendingSubStatus"`
Status string `json:"status"`
ReversalReason interface{} `json:"reversalReason"`
// Status string `json:"status"`
// ReversalReason interface{} `json:"reversalReason"`
CreatedAt int64 `json:"createdAt"`
SourceAmount float64 `json:"sourceAmount"`
DestCurrency string `json:"destCurrency"`
Expand Down

0 comments on commit 3e52cbb

Please sign in to comment.