Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit b51fdba

Browse files
authored
Merge pull request #1431 from cakasuma/amam/costarica_svg
amam/costarica svg
2 parents c3fe9a5 + d4b5a57 commit b51fdba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/accountstatus/accountstatus.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class AccountStatus {
4343
this.financial_assessment_submitted = true;
4444
this.is_mlt = /^malta$/gi.test(response.authorize.landing_company_name);
4545
this.is_mf = /^maltainvest$/gi.test(response.authorize.landing_company_name);
46-
this.is_cr = /^costarica$/gi.test(response.authorize.landing_company_name);
46+
this.is_cr = /^svg|costarica$/gi.test(response.authorize.landing_company_name);
4747
this.has_mt5_account = mt5_account.mt5_login_list.length > 0;
4848
this.is_authenticated = !account_status.get_account_status.prompt_client_to_authenticate;
4949
// Check whether the user has accepted the T&C.

src/navigation/navigation.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ const initLang = (root) => {
273273
b: has MLT, MX ==> do nothing
274274
4: company shortcode == japan
275275
a: do nothing and show an error message
276-
5: shortcode = costarica
276+
5: shortcode = svg
277277
a: No currency
278278
I: Do nothing.
279279
b: Fiat currency && Not all crypto currency account

0 commit comments

Comments
 (0)