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

Commit

Permalink
Merge pull request #15 from topcoder-platform/dev
Browse files Browse the repository at this point in the history
Add handles for vets terms
  • Loading branch information
ajefts authored Apr 11, 2018
2 parents d9a8a1d + 36cdae2 commit 1bf0c43
Showing 1 changed file with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@
<Property name="DOCUSIGN_TEMPLATE_ID_FOR_EY">
<Value>handlerForEYAgreement</Value>
</Property>
</Property>
<Property name="e7698944-cfdc-4e23-9ab6-2842f27c3601">
<Value>handlerForVetsAgreement</Value>
</Property>
</Property>
</Config>
<Config name="com.topcoder.web.tc.controller.request.docusign.DocuSignCallback.handlers">
<!-- tax form w9 -->
Expand Down Expand Up @@ -242,5 +245,21 @@
</Property>
</Property>
</Property>
</Property>
<Property name="handlerForVetsAgreement">
<Property name="type">
<Value>com.topcoder.web.tc.controller.request.docusign.handlers.TermsOfUseHandler</Value>
</Property>
<Property name="params">
<Property name="param1">
<Property name="type">
<Value>long</Value>
</Property>
<Property name="value">
<Value>21263</Value>
</Property>
</Property>
</Property>
</Property>
</Config>
</CMConfig>

0 comments on commit 1bf0c43

Please sign in to comment.