From 2b584c478419cc0f61e4717a27812a7f971c67f6 Mon Sep 17 00:00:00 2001 From: James Cori Date: Mon, 9 Nov 2020 09:38:08 -0500 Subject: [PATCH] Incorrect config Had to update the config vars for the agreeability types --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 10de42d..b49edc8 100644 --- a/config.json +++ b/config.json @@ -75,8 +75,8 @@ "GROUP_V5_API_URL": "https://api.topcoder.com/v5", "LOOKUP_V5_API_URL": "https://api.topcoder.com/v5", "TERMS_V5_API_URL": "https://api.topcoder.com/v5", - "AGREE_FOR_DOCUSIGN_TEMPLATE": "999a26ad-b334-453c-8425-165d4cf496d7", - "AGREE_ELECTRONICALLY": "5b2798b2-ae82-4210-9b4d-5d6428125ccb", + "AGREE_FOR_DOCUSIGN_TEMPLATE": "1363a7ab-fd3e-4d7c-abbb-2f7440b8b355", + "AGREE_ELECTRONICALLY": "2db6c920-4089-4755-9cd1-99b0df0af961", "DEFAULT_TERMS_TYPE_ID": 5 } }