Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit bf02bc1

Browse files
author
nobody
committed
Merge branch 'production'
2 parents ecca26c + 9820785 commit bf02bc1

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

config/v3/p2p_advertiser_create/receive.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"advert_rates",
1818
"balance_available",
1919
"basic_verification",
20+
"blocked_by_count",
2021
"buy_completion_rate",
2122
"buy_orders_amount",
2223
"buy_orders_count",
@@ -68,6 +69,10 @@
6869
0
6970
]
7071
},
72+
"blocked_by_count": {
73+
"description": "The number of P2P users who have blocked this advertiser.",
74+
"type": "integer"
75+
},
7176
"buy_completion_rate": {
7277
"description": "The percentage of completed orders out of total orders as a buyer within the past 30 days.",
7378
"type": [

config/v3/p2p_advertiser_info/receive.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
0
7070
]
7171
},
72+
"blocked_by_count": {
73+
"description": "The number of P2P users who have blocked this advertiser.",
74+
"type": "integer"
75+
},
7276
"blocked_until": {
7377
"description": "If a temporary bar was placed, this is the epoch time at which it will end.",
7478
"type": "integer"

config/v3/p2p_advertiser_update/receive.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"advert_rates",
1818
"balance_available",
1919
"basic_verification",
20+
"blocked_by_count",
2021
"buy_completion_rate",
2122
"buy_orders_amount",
2223
"buy_orders_count",
@@ -76,6 +77,10 @@
7677
0
7778
]
7879
},
80+
"blocked_by_count": {
81+
"description": "The number of P2P users who have blocked this advertiser.",
82+
"type": "integer"
83+
},
7984
"blocked_until": {
8085
"description": "If a temporary bar was placed, this is the epoch time at which it will end.",
8186
"type": "integer"

0 commit comments

Comments
 (0)