vrfcReqModel 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user