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 26, 2024
1 parent 624c0dc commit 1b3368d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/fixtures/wallet_transaction.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lago_id": "b7ab2926-1de8-4428-9bcd-779314ac1111",
"lago_wallet_id": "12345",
"status": "settled",
"transaction_status": "paid",
"transaction_status": "purchased",
"transaction_type": "inbound",
"amount": "10",
"credit_amount": "10",
Expand All @@ -15,7 +15,7 @@
"lago_id": "b7ab2926-1de8-4428-9bcd-779314ac1222",
"lago_wallet_id": "12345",
"status": "settled",
"transaction_status": "paid",
"transaction_status": "purchased",
"transaction_type": "inbound",
"amount": "10",
"credit_amount": "10",
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/wallet_transaction_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lago_id": "b7ab2926-1de8-4428-9bcd-779314ac1111",
"lago_wallet_id": "12345",
"status": "settled",
"transaction_status": "paid",
"transaction_status": "purchased",
"transaction_type": "inbound",
"amount": "10",
"credit_amount": "10",
Expand All @@ -15,7 +15,7 @@
"lago_id": "b7ab2926-1de8-4428-9bcd-779314ac1222",
"lago_wallet_id": "12345",
"status": "settled",
"transaction_status": "paid",
"transaction_status": "purchased",
"transaction_type": "inbound",
"amount": "10",
"credit_amount": "10",
Expand Down

0 comments on commit 1b3368d

Please sign in to comment.