Commit e9bb109 1 parent 36f97c9 commit e9bb109 Copy full SHA for e9bb109
File tree 2 files changed +3
-0
lines changed
appstore/src/components/cfds-listing
shared/src/utils/constants
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,10 @@ const CFDsListing = observer(() => {
138
138
case 'poa_failed' :
139
139
return MT5_ACCOUNT_STATUS . FAILED ;
140
140
case 'verification_pending' :
141
+ case 'poa_pending' :
141
142
return MT5_ACCOUNT_STATUS . PENDING ;
142
143
case 'needs_verification' :
144
+ case 'poa_required' :
143
145
return MT5_ACCOUNT_STATUS . NEEDS_VERIFICATION ;
144
146
case 'migrated_with_position' :
145
147
return MT5_ACCOUNT_STATUS . MIGRATED_WITH_POSITION ;
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ export const MT5_ACCOUNT_STATUS = {
7
7
MIGRATED_WITHOUT_POSITION : 'migrated_without_position' ,
8
8
NEEDS_VERIFICATION : 'needs_verification' ,
9
9
PENDING : 'pending' ,
10
+ POA_REQUIRED : 'poa_required' ,
10
11
POA_PENDING : 'poa_pending' ,
11
12
POA_VERIFIED : 'poa_verified' ,
12
13
UNDER_MAINTENANCE : 'under_maintenance' ,
You can’t perform that action at this time.
0 commit comments