-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtransactions.json
152 lines (152 loc) · 3.47 KB
/
transactions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
[
{
"buyerName": "Testing 1",
"createdAt": 1736647819,
"id": 1,
"productId": 1,
"productName": "Netflix Premium",
"quantity": 20,
"totalPrice": 300000,
"userId": 2
},
{
"buyerName": "Testing 2",
"createdAt": 1736647820,
"id": 2,
"productId": 27,
"productName": "YouTube Music Premium",
"quantity": 15,
"totalPrice": 210000,
"userId": 3
},
{
"buyerName": "Testing 3",
"createdAt": 1736647821,
"id": 3,
"productId": 20,
"productName": "Steam Wallet",
"quantity": 10,
"totalPrice": 500000,
"userId": 4
},
{
"buyerName": "Testing 2",
"createdAt": 1736678340,
"id": 4,
"productId": 49,
"productName": "PlayStation Now",
"quantity": 10,
"totalPrice": 270000,
"userId": 3
},
{
"buyerName": "Testing 3",
"createdAt": 1736678342,
"id": 5,
"productId": 50,
"productName": "Marvel Unlimited",
"quantity": 10,
"totalPrice": 350000,
"userId": 4
},
{
"buyerName": "Testing 2",
"createdAt": 1736678540,
"id": 6,
"productId": 49,
"productName": "PlayStation Now",
"quantity": 10,
"totalPrice": 270000,
"userId": 3
},
{
"buyerName": "Testing 2",
"createdAt": 1736746411,
"id": 7,
"productId": 1,
"productName": "Netflix Premium",
"quantity": 1,
"totalPrice": 15000,
"userId": 3
},
{
"buyerName": "Testing 2",
"createdAt": 1736746411,
"id": 8,
"productId": 7,
"productName": "YouTube Premium",
"quantity": 1,
"totalPrice": 16000,
"userId": 3
},
{
"buyerName": "Testing 2",
"createdAt": 1736747992,
"id": 9,
"productId": 1,
"productName": "Netflix Premium",
"quantity": 1,
"totalPrice": 15000,
"userId": 3
},
{
"buyerName": "Testing 2",
"createdAt": 1736748019,
"id": 10,
"productId": 1,
"productName": "Netflix Premium",
"quantity": 1,
"totalPrice": 15000,
"userId": 3
},
{
"buyerName": "Testing 2",
"createdAt": 1736748150,
"id": 11,
"productId": 1,
"productName": "Netflix Premium",
"quantity": 1,
"totalPrice": 15000,
"userId": 3
},
{
"buyerName": "Testing 2",
"createdAt": 1736748276,
"id": 12,
"productId": 1,
"productName": "Netflix Premium",
"quantity": 1,
"totalPrice": 15000,
"userId": 3
},
{
"buyerName": "Testing 2",
"createdAt": 1736748285,
"id": 13,
"productId": 2,
"productName": "Spotify Premium",
"quantity": 1,
"totalPrice": 12000,
"userId": 3
},
{
"buyerName": "Testing 2",
"createdAt": 1736787433,
"id": 14,
"productId": 1,
"productName": "Netflix Premium",
"quantity": 1,
"totalPrice": 15000,
"userId": 3
},
{
"buyerName": "Test 2",
"createdAt": 1736826446,
"id": 15,
"productId": 51,
"productName": "TESTING 22",
"quantity": 10,
"totalPrice": 100000,
"userId": 3
}
]