summaryrefslogtreecommitdiff
path: root/lib/bidding/pre-quote/service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bidding/pre-quote/service.ts')
-rw-r--r--lib/bidding/pre-quote/service.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/bidding/pre-quote/service.ts b/lib/bidding/pre-quote/service.ts
index 81daf506..1dd06b3c 100644
--- a/lib/bidding/pre-quote/service.ts
+++ b/lib/bidding/pre-quote/service.ts
@@ -1496,8 +1496,9 @@ export async function sendBiddingBasicContracts(
template: "contract-sign-request",
context: {
vendorName: vendor.vendorName,
+ templateCount: contractTypes.length,
templateName: contractTypes.map(ct => ct.templateName).join(', '),
- loginUrl: `${process.env.NEXT_PUBLIC_APP_URL}/partners/basic-contract`,
+ loginUrl: `${process.env.NEXT_PUBLIC_BASE_URL}/partners/basic-contract`,
language:'ko'
},
});