diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-07 15:29:36 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-07 15:29:36 +0900 |
| commit | a78f26bc52a2ff032a8103f36a2a660cefa9fb64 (patch) | |
| tree | d7e3d3cdd771ec86174678ab44298afcd26e0660 /lib/soap/mdg/send/vendor-master/send-single-vendor.ts | |
| parent | 8daa2aeee017c642d2fd171094cf5d442966eb12 (diff) | |
(김준회) 정규벤더 등록요청 결재 연결, 공통컴포넌트(미리보기) 연결, MDG 송신 공통함수 사용처리
Diffstat (limited to 'lib/soap/mdg/send/vendor-master/send-single-vendor.ts')
| -rw-r--r-- | lib/soap/mdg/send/vendor-master/send-single-vendor.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/soap/mdg/send/vendor-master/send-single-vendor.ts b/lib/soap/mdg/send/vendor-master/send-single-vendor.ts index d10792b7..bf040b36 100644 --- a/lib/soap/mdg/send/vendor-master/send-single-vendor.ts +++ b/lib/soap/mdg/send/vendor-master/send-single-vendor.ts @@ -194,8 +194,8 @@ function mapVendorToMDGFormat( NATION: '', // 빈 문자열 (보내면 안됨) COUNTRY: vendor.country || 'KR', // 국가코드 (기본값 KR) POST_CODE1: vendor.postalCode || '00000', // 우편번호 (없으면 00000) - CITY1: vendor.addressDetail || '', // 상세주소 - STREET: vendor.address || '', // 기본주소 + CITY1: vendor.addressDetail || '상세주소 정보가 없습니다', // 상세주소 (없으면 fallback) + STREET: vendor.address || '주소 정보가 없습니다', // 기본주소 (없으면 fallback) // === 연락처 정보 === TEL_NUMBER: vendor.phone || '', // 전화번호 |
