We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad60cd commit c307691Copy full SHA for c307691
tgbot/services/schedulers/achievements.py
@@ -36,6 +36,18 @@
36
"attribute": "sales_potential",
37
"display_name": "Потенциальных продаж",
38
},
39
+ "SalesConversion": {
40
+ "attribute": "sales_conversion",
41
+ "display_name": "Конверсия продаж",
42
+ },
43
+ "PaidServiceCount": {
44
+ "attribute": "paid_service_count",
45
+ "display_name": "Платных сервисов",
46
47
+ "PaidServiceConversion": {
48
+ "attribute": "paid_service_conversion",
49
+ "display_name": "Конверсия платного сервиса",
50
51
}
52
53
0 commit comments