From b5e06188b1186765879e518218bf45cee1fbb46c Mon Sep 17 00:00:00 2001 From: jjstyle Date: Fri, 23 Jan 2026 21:18:55 +0900 Subject: [PATCH] =?UTF-8?q?vrfcReqModel=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/NaverService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;