Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 1bf0c43

Browse files
authored
Merge pull request #15 from topcoder-platform/dev
Add handles for vets terms
2 parents d9a8a1d + 36cdae2 commit 1bf0c43

File tree

1 file changed

+20
-1
lines changed
  • resources/com/topcoder/web/tc/controller/request/docusign

1 file changed

+20
-1
lines changed

resources/com/topcoder/web/tc/controller/request/docusign/docusign.xml

+20-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@
7272
<Property name="DOCUSIGN_TEMPLATE_ID_FOR_EY">
7373
<Value>handlerForEYAgreement</Value>
7474
</Property>
75-
</Property>
75+
<Property name="e7698944-cfdc-4e23-9ab6-2842f27c3601">
76+
<Value>handlerForVetsAgreement</Value>
77+
</Property>
78+
</Property>
7679
</Config>
7780
<Config name="com.topcoder.web.tc.controller.request.docusign.DocuSignCallback.handlers">
7881
<!-- tax form w9 -->
@@ -242,5 +245,21 @@
242245
</Property>
243246
</Property>
244247
</Property>
248+
</Property>
249+
<Property name="handlerForVetsAgreement">
250+
<Property name="type">
251+
<Value>com.topcoder.web.tc.controller.request.docusign.handlers.TermsOfUseHandler</Value>
252+
</Property>
253+
<Property name="params">
254+
<Property name="param1">
255+
<Property name="type">
256+
<Value>long</Value>
257+
</Property>
258+
<Property name="value">
259+
<Value>21263</Value>
260+
</Property>
261+
</Property>
262+
</Property>
263+
</Property>
245264
</Config>
246265
</CMConfig>

0 commit comments

Comments
 (0)