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 e0327c2 commit 74e35d0Copy full SHA for 74e35d0
pyadmitad/items/optcodes.py
@@ -20,10 +20,10 @@ class BaseOptCodes(Item):
20
ACTION_TYPE_SALE = 1
21
ACTION_TYPE_LEAD = 2
22
23
- ACTION_STATUS_NEW = 0
24
- ACTION_STATUS_APPROVED = 1
25
- ACTION_STATUS_DECLINED = 2
26
- ACTION_STATUS_PENDING = 3
+ ACTION_STATUS_NEW = 5
+ ACTION_STATUS_APPROVED = 6
+ ACTION_STATUS_DECLINED = 7
+ ACTION_STATUS_PENDING = 8
27
28
29
class OptCodes(BaseOptCodes):
0 commit comments