diff options
Diffstat (limited to 'include/file_templates.hpp')
| -rw-r--r-- | include/file_templates.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/file_templates.hpp b/include/file_templates.hpp index 15637a7..c5e0191 100644 --- a/include/file_templates.hpp +++ b/include/file_templates.hpp @@ -71,6 +71,10 @@ namespace file_template { " <PublicKey>{{AI_SERVICE_PUBLIC_KEY}}</PublicKey>\n" " <Model>{{AI_SERVICE_MODEL}}</Model>\n" " </AIService>\n" + " <EmailService>\n" + " <Provider>{{EMAIL_SERVICE_PROVIDER}}</Provider>\n" + " <PublicKey>{{EMAIL_SERVICE_KEY}}</PublicKey>\n" + " </EmailService>\n" "</Administration>"; static const char* peppol_invoice_tax_subtotal_template = |
