diff options
Diffstat (limited to 'lib/soap/ecc/send/create-po-bidding.ts')
| -rw-r--r-- | lib/soap/ecc/send/create-po-bidding.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/soap/ecc/send/create-po-bidding.ts b/lib/soap/ecc/send/create-po-bidding.ts index 95013b82..cf078997 100644 --- a/lib/soap/ecc/send/create-po-bidding.ts +++ b/lib/soap/ecc/send/create-po-bidding.ts @@ -4,8 +4,9 @@ 'use server' -import { sendSoapXml, type SoapSendConfig, type SoapLogInfo, type SoapSendResult } from "@/lib/soap/sender"; -import { getCurrentSAPDate, getCurrentSAPTime } from "@/lib/soap/utils"; +import { sendSoapXml, } from "@/lib/soap/sender"; +import { SoapSendConfig, SoapLogInfo, SoapSendResult } from "@/lib/soap/types"; +import { getCurrentSAPDate } from "@/lib/soap/utils"; // ECC PO 생성 엔드포인트 (WSDL에 명시된 P2038_D 사용) const ECC_PO_ENDPOINT = "http://shii8dvddb01.hec.serp.shi.samsung.net:50000/sap/xi/engine?type=entry&version=3.0&Sender.Service=P2038_Q&Interface=http%3A%2F%2Fshi.samsung.co.kr%2FP2_MM%2FMMM%5EP2MM3015_SO"; |
