Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/accountstatus/accountstatus.es6
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class AccountStatus {
this.financial_assessment_submitted = true;
this.is_mlt = /^malta$/gi.test(response.authorize.landing_company_name);
this.is_mf = /^maltainvest$/gi.test(response.authorize.landing_company_name);
this.is_cr = /^costarica$/gi.test(response.authorize.landing_company_name);
this.is_cr = /^svg|costarica$/gi.test(response.authorize.landing_company_name);
this.has_mt5_account = mt5_account.mt5_login_list.length > 0;
this.is_authenticated = !account_status.get_account_status.prompt_client_to_authenticate;
// Check whether the user has accepted the T&C.
Expand Down
2 changes: 1 addition & 1 deletion src/navigation/navigation.es6
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ const initLang = (root) => {
b: has MLT, MX ==> do nothing
4: company shortcode == japan
a: do nothing and show an error message
5: shortcode = costarica
5: shortcode = svg
a: No currency
I: Do nothing.
b: Fiat currency && Not all crypto currency account
Expand Down