diff --git a/app/Services/NaverService.php b/app/Services/NaverService.php index 5e4e9de..1bd3b26 100644 --- a/app/Services/NaverService.php +++ b/app/Services/NaverService.php @@ -278,7 +278,7 @@ class NaverService */ private function processTypeV2($articleNumber, $rawData, $payload) { - + CLI::write(CLI::color('🟢 V2_VRFC_REQ :: START ' , 'green')); $vrfcParam = $this->v2Parameter($articleNumber, $rawData, $payload); $articleInfoParam = $this->articleInfoParameter($articleNumber, $rawData, $payload); $articleInfoEtcParam = $this->articleInfoEtcParameter($articleNumber, $rawData, $payload); @@ -544,7 +544,7 @@ class NaverService if ( $rawData['realEstateTypeCode'] == "A01"){ $address2b = $address['buildingName']; } else { - $address2b = $address['jibunAddress']; + $address2b = $address['jibunAddress'] ?? null; } $ownerTypeCode = null;