diff options
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: { |
