flpolprojects commited on
Commit
f3e2981
·
verified ·
1 Parent(s): cf2cd58

Update bonus data 2025-12-21 09:33:13

Browse files
Files changed (1) hide show
  1. data.json +47 -7
data.json CHANGED
@@ -27,8 +27,16 @@
27
  "94618"
28
  ],
29
  "has_been_welcomed": true,
30
- "referral_bonuses": 0,
31
- "referral_bonus_history": [],
 
 
 
 
 
 
 
 
32
  "has_made_first_purchase": false,
33
  "combined_history": []
34
  },
@@ -43,26 +51,58 @@
43
  "phone_number": null,
44
  "visited_at": 1766287939.561956,
45
  "visited_at_str": "2025-12-21 09:32:19",
46
- "bonuses": 50.0,
47
  "history": [
48
  {
49
  "type": "accrual",
50
  "amount": 50.0,
51
  "description": "Бонус за промокод",
52
  "date": "2025-12-21T09:32:23.241765+06:00",
53
- "date_str": "2025-12-21 09:32:23"
 
 
 
 
 
 
 
 
54
  }
55
  ],
56
  "debts": 0,
57
  "debt_history": [],
58
- "invoices": [],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  "referral_code": "PROMO94618",
60
  "referred_by": "82423",
61
  "referrals": [],
62
  "has_been_welcomed": true,
63
  "referral_bonuses": 0,
64
  "referral_bonus_history": [],
65
- "has_made_first_purchase": false,
66
- "combined_history": []
 
 
 
 
 
 
 
 
 
67
  }
68
  }
 
27
  "94618"
28
  ],
29
  "has_been_welcomed": true,
30
+ "referral_bonuses": 50.0,
31
+ "referral_bonus_history": [
32
+ {
33
+ "type": "accrual",
34
+ "amount": 50.0,
35
+ "description": "Бонус от друга Alex",
36
+ "date": "2025-12-21T09:33:13.327203+06:00",
37
+ "date_str": "2025-12-21 09:33:13"
38
+ }
39
+ ],
40
  "has_made_first_purchase": false,
41
  "combined_history": []
42
  },
 
51
  "phone_number": null,
52
  "visited_at": 1766287939.561956,
53
  "visited_at_str": "2025-12-21 09:32:19",
54
+ "bonuses": 70.0,
55
  "history": [
56
  {
57
  "type": "accrual",
58
  "amount": 50.0,
59
  "description": "Бонус за промокод",
60
  "date": "2025-12-21T09:32:23.241765+06:00",
61
+ "date_str": "2025-12-21 09:32:23",
62
+ "transaction_type": "bonus"
63
+ },
64
+ {
65
+ "type": "accrual",
66
+ "amount": 20.0,
67
+ "description": "Бонус с накладной #5CE08221",
68
+ "date": "2025-12-21T09:33:13.327203+06:00",
69
+ "date_str": "2025-12-21 09:33:13"
70
  }
71
  ],
72
  "debts": 0,
73
  "debt_history": [],
74
+ "invoices": [
75
+ {
76
+ "invoice_id": "5CE08221",
77
+ "date": "2025-12-21T09:33:13.327203+06:00",
78
+ "date_str": "2025-12-21 09:33:13",
79
+ "total_amount": 1000.0,
80
+ "items": [
81
+ {
82
+ "product_name": "покупка",
83
+ "quantity": 100.0,
84
+ "unit_price": 10.0,
85
+ "item_total": 1000.0
86
+ }
87
+ ]
88
+ }
89
+ ],
90
  "referral_code": "PROMO94618",
91
  "referred_by": "82423",
92
  "referrals": [],
93
  "has_been_welcomed": true,
94
  "referral_bonuses": 0,
95
  "referral_bonus_history": [],
96
+ "has_made_first_purchase": true,
97
+ "combined_history": [
98
+ {
99
+ "type": "accrual",
100
+ "amount": 50.0,
101
+ "description": "Бонус за промокод",
102
+ "date": "2025-12-21T09:32:23.241765+06:00",
103
+ "date_str": "2025-12-21 09:32:23",
104
+ "transaction_type": "bonus"
105
+ }
106
+ ]
107
  }
108
  }