Skip to content

Commit

Permalink
fix: removing Z from layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas.gomes_libercap committed Apr 5, 2024
1 parent 5cdaac0 commit 695f4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/pix/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Pix struct {
E2EId string `json:"endToEndId"`
TxId string `json:"txid"`
Value string `json:"valor"`
Time time.Time `json:"horario" layout:"2006-01-02T15:04:05Z"`
Time time.Time `json:"horario" layout:"2006-01-02T15:04:05"`
Key string `json:"chave"`
PayerInfo string `json:"infoPagador"`
Devolution []Devolution `json:"devolucoes"`
Expand Down

0 comments on commit 695f4b9

Please sign in to comment.