summaryrefslogtreecommitdiff
path: root/lib/soap/ecc/send/create-po-rfq.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/soap/ecc/send/create-po-rfq.ts')
-rw-r--r--lib/soap/ecc/send/create-po-rfq.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/soap/ecc/send/create-po-rfq.ts b/lib/soap/ecc/send/create-po-rfq.ts
index d9c1551d..2cc85731 100644
--- a/lib/soap/ecc/send/create-po-rfq.ts
+++ b/lib/soap/ecc/send/create-po-rfq.ts
@@ -3,7 +3,8 @@
*/
'use server'
-import { sendSoapXml, type SoapSendConfig, type SoapLogInfo, type SoapSendResult } from "@/lib/soap/sender";
+import { sendSoapXml, } from "@/lib/soap/sender";
+import { SoapSendConfig, SoapLogInfo, SoapSendResult } from "@/lib/soap/types";
import { getCurrentSAPDate } from "@/lib/soap/utils";
// ECC RFQ 정보 전송 엔드포인트 (WSDL에 명시된 P2MM3014_SO 사용)