diff options
| author | joonhoekim <26rote@gmail.com> | 2025-03-27 16:33:09 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-03-27 16:33:09 +0900 |
| commit | 34bbeb86c1a8d24b5f526710889b5e54d699cfd0 (patch) | |
| tree | 19eaa9b8c266a5f6bc7f7d8fb9d9f949448c6b46 /lib/docuSign | |
| parent | e6e98a1bed7a23d148ab97b3a7414ade4b1d236b (diff) | |
| parent | a2bb2de8aa7534b7b89993c395808b4b2b0b9f5d (diff) | |
merge
Diffstat (limited to 'lib/docuSign')
| -rw-r--r-- | lib/docuSign/docuSignFns.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/docuSign/docuSignFns.ts b/lib/docuSign/docuSignFns.ts index 75263b19..662ff23a 100644 --- a/lib/docuSign/docuSignFns.ts +++ b/lib/docuSign/docuSignFns.ts @@ -103,6 +103,7 @@ export async function requestContractSign( let accountInfo = await authenticate(); if (accountInfo) { const { accessToken, basePath, apiAccountId } = accountInfo; + console.log({ basePath }); const { email: subEmail, name: subConName, @@ -362,7 +363,7 @@ export async function getRecipients( result: false, message: "해당 Recipient id를 가진 서명자를 찾을 수 없습니다.", }; - } + } const { autoRespondedReason } = signer; |
