Skip to content

Commit

Permalink
feat(wallet): Rename transaction statuses for wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
rsempe committed Apr 25, 2024
1 parent ede0bdc commit 156d243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wallet_transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const (
type TransactionStatus string

const (
Paid TransactionStatus = "paid"
Offered TransactionStatus = "offered"
Voided TransactionStatus = "voided"
Purchased TransactionStatus = "purchased"
Granted TransactionStatus = "granted"
Voided TransactionStatus = "voided"
)

type TransactionType string
Expand Down

0 comments on commit 156d243

Please sign in to comment.