From 177b1c2d6fe04abf0e9f1aa3e680aea2470860ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Mon, 18 Nov 2019 16:03:45 +0100 Subject: [PATCH] remove int: --- gheb/docusign-bundle/5.0/config/packages/docusign.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gheb/docusign-bundle/5.0/config/packages/docusign.yaml b/gheb/docusign-bundle/5.0/config/packages/docusign.yaml index 10ab314e..4d8704a9 100644 --- a/gheb/docusign-bundle/5.0/config/packages/docusign.yaml +++ b/gheb/docusign-bundle/5.0/config/packages/docusign.yaml @@ -9,7 +9,7 @@ docusign: user_guid: "%env(DOCUSIGN_USER_GUID)%" # Your DocuSign account id - account_id: "%env(int:DOCUSIGN_ACCOUNT_ID)%" + account_id: "%env(DOCUSIGN_ACCOUNT_ID)%" default_signer_name: "Grégoire Hébert" # Name of the person that will be notified and will sign the document if none is sent to the url. default_signer_email: "gregoire@les-tilleuls.coop" # Mail of the person that will be notified and will sign the document if none is sent to the url.