From e463e06a350c022429d6b7ed63a2f1e82fa2512b Mon Sep 17 00:00:00 2001 From: Kieran Date: Fri, 2 May 2025 10:57:33 +0100 Subject: [PATCH] fix: missing country code in invoice template --- lnvps_api/invoice.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lnvps_api/invoice.html b/lnvps_api/invoice.html index 8a9a3ac..b045fc8 100644 --- a/lnvps_api/invoice.html +++ b/lnvps_api/invoice.html @@ -98,6 +98,7 @@
{{user.state}}
{{user.postcode}}
{{user.country}}
+
{{user.country_code}}
{{user.tax_id}}
{{#company}} @@ -110,6 +111,7 @@
{{company.state}}
{{company.postcode}}
{{company.country}}
+
{{company.country_code}}
{{company.tax_id}}
{{/company}}