summaryrefslogtreecommitdiff
path: root/include/file_templates.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/file_templates.hpp')
-rw-r--r--include/file_templates.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/file_templates.hpp b/include/file_templates.hpp
index 8571368..226ae31 100644
--- a/include/file_templates.hpp
+++ b/include/file_templates.hpp
@@ -63,6 +63,11 @@ const char* administration_save_template =
" <NextId>{{NEXT_ID}}</NextId>\n"
" <NextSequenceNumber>{{NEXT_SEQUENCE_NUMBER}}</NextSequenceNumber>\n"
" <ProgramVersion>{{PROGRAM_VERSION}}</ProgramVersion>\n"
+" <AIService>\n"
+" <Provider>{{AI_SERVICE_PROVIDER}}</Provider>\n"
+" <PublicKey>{{AI_SERVICE_PUBLIC_KEY}}</PublicKey>\n"
+" <PrivateKey>{{AI_SERVICE_PRIVATE_KEY}}</PrivateKey>\n"
+" </AIService>\n"
"</Administration>";
const char* peppol_invoice_tax_subtotal_template =