Fixes for client - country codes
This commit is contained in:
parent
aff6eb2701
commit
29006a2da0
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ class StoreClientRequest extends Request
|
|||
|
||||
$input['settings'] = $settings;
|
||||
|
||||
if (isset($input['country_code']) && strlen($input['country_code']) == 3) {
|
||||
if (isset($input['country_code'])) {
|
||||
$input['country_id'] = $this->getCountryCode($input['country_code']);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue