Skip to content
Snippets Groups Projects
Commit e9e2e66f authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: add Gabon

parent f750c483
No related branches found
No related tags found
No related merge requests found
......@@ -848,8 +848,9 @@ class Account extends CommonObject
{
$country_code=$this->getCountryCode();
if ($country_code == 'FR') return true;
if ($country_code == 'ES') return true;
if ($country_code == 'FR') return true; // France
if ($country_code == 'ES') return true; // Spain
if ($country_code == 'GA') return true; // Gabon
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment