From d6b18758e0f588a56090c6e6805e79f98f3137d7 Mon Sep 17 00:00:00 2001 From: oxmmty Date: Fri, 4 Oct 2024 22:23:25 +0900 Subject: [PATCH] fix CreateAt and SourceAmount --- routes/wyre.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/wyre.go b/routes/wyre.go index fccaceb..bbd99e8 100644 --- a/routes/wyre.go +++ b/routes/wyre.go @@ -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 {