mirror of
https://codeberg.org/JasterV/transactions-processor.git
synced 2026-04-26 18:10:06 +00:00
Update csv1.csv
This commit is contained in:
parent
9f8b174318
commit
628611459a
1 changed files with 9 additions and 9 deletions
|
|
@ -1,11 +1,11 @@
|
|||
type,client,tx,amount
|
||||
deposit,1,1,1.0
|
||||
deposit,1,1,4.0
|
||||
deposit,2,2,5.0
|
||||
deposit,1,3,2.0
|
||||
withdrawal,1,4,1.5
|
||||
withdrawal,2,5,3.0
|
||||
deposit,3,6,5.0
|
||||
deposit,3,7,2.0
|
||||
dispute,3,7,
|
||||
chargeback,3,7,
|
||||
deposit,1,2,4.0
|
||||
deposit,2,3,5.0
|
||||
deposit,1,4,2.0
|
||||
withdrawal,1,5,1.5
|
||||
withdrawal,2,6,3.0
|
||||
deposit,3,7,5.0
|
||||
deposit,3,8,2.0
|
||||
dispute,3,8,
|
||||
chargeback,3,8,
|
||||
|
|
|
|||
|
Loading…
Reference in a new issue