Skip to content

Commit

Permalink
Populate envelope id and error return (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeziel authored Jul 18, 2022
1 parent 5de3b34 commit d55e619
Show file tree
Hide file tree
Showing 6 changed files with 195 additions and 182 deletions.
50 changes: 25 additions & 25 deletions lib/python/rvaspy/rvaspy/api_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pkg/rvasp/db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,11 @@ func (t Transaction) Proto() *pb.Transaction {
Email: t.Beneficiary.Email,
Provider: t.Beneficiary.Provider,
},
Amount: t.AmountFloat(),
Timestamp: t.Timestamp.Format(time.RFC3339),
Envelope: t.Envelope,
Identity: t.Identity,
State: t.State,
Amount: t.AmountFloat(),
Timestamp: t.Timestamp.Format(time.RFC3339),
EnvelopeId: t.Envelope,
Identity: t.Identity,
State: t.State,
}
}

Expand Down
Loading

0 comments on commit d55e619

Please sign in to comment.