|
|
@@ -419,7 +419,7 @@ class DeclarationUpgradeForm extends Model
|
|
|
$addressModel->USER_NAME = $this->insertUserName;
|
|
|
$addressModel->CONSIGNEE = $this->consignee;
|
|
|
$addressModel->MOBILE = $this->acceptMobile;
|
|
|
- $addressModel->COUNTRY_ID = $userCountry['COUNTRY_ID'];
|
|
|
+ $addressModel->COUNTRY_ID = $userCountryId;
|
|
|
$addressModel->PROVINCE = $this->province;
|
|
|
// $addressModel->CITY = $this->city;
|
|
|
// $addressModel->COUNTY = intval($this->county) ?? 0;
|