Skip to content

Commit 74e35d0

Browse files
author
Barkholenka Raman
committed
fix statuses for optcodes
1 parent e0327c2 commit 74e35d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyadmitad/items/optcodes.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ class BaseOptCodes(Item):
2020
ACTION_TYPE_SALE = 1
2121
ACTION_TYPE_LEAD = 2
2222

23-
ACTION_STATUS_NEW = 0
24-
ACTION_STATUS_APPROVED = 1
25-
ACTION_STATUS_DECLINED = 2
26-
ACTION_STATUS_PENDING = 3
23+
ACTION_STATUS_NEW = 5
24+
ACTION_STATUS_APPROVED = 6
25+
ACTION_STATUS_DECLINED = 7
26+
ACTION_STATUS_PENDING = 8
2727

2828

2929
class OptCodes(BaseOptCodes):

0 commit comments

Comments
 (0)