diff options
| author | joonhoekim <26rote@gmail.com> | 2025-09-23 20:05:46 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-09-23 20:05:46 +0900 |
| commit | 3cde5c2c7d157bb0fe353de5e67e4b35506bb4e2 (patch) | |
| tree | ea2dd4927ce79543317ad5fc37a45d4bf193f670 /lib/pos/get-pos.ts | |
| parent | a72c894c5b65b45f99fe03770f2d54098c5507c3 (diff) | |
(김준회) Vendorpool 수정요청사항
- 컬럼리사이징 관련 문제 해결
- 공통컴포넌트에 columnResizeMode: "onChange" 속성 추가
Diffstat (limited to 'lib/pos/get-pos.ts')
| -rw-r--r-- | lib/pos/get-pos.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pos/get-pos.ts b/lib/pos/get-pos.ts index 6424b880..c24c1dab 100644 --- a/lib/pos/get-pos.ts +++ b/lib/pos/get-pos.ts @@ -81,6 +81,7 @@ export async function getEncryptDocumentumFile( 'GetEncryptDocumentumFile', xmlBody, async () => { + // SOAP 1.1 방식으로 송신 const res = await fetch(POS_SOAP_ENDPOINT, { method: 'POST', headers: { |
