order confirmation
All checks were successful
Deploy / build-deploy (push) Successful in 6m14s

This commit is contained in:
Jorijn van der Graaf 2026-08-09 00:14:09 +02:00
commit 2fa6e70af1
10 changed files with 619 additions and 20 deletions

View file

@ -36,14 +36,9 @@ namespace {
std::string gGpgKeyId;
// The registered business identity. On every invoice — these are the fields
// a Dutch invoice must carry along with the sequential number and amounts.
constexpr std::string_view kSellerName = "Catcrafts";
constexpr std::string_view kSellerStreet = "Chico Mendesring 256";
constexpr std::string_view kSellerCity = "3315NN Dordrecht";
constexpr std::string_view kSellerKvk = "78437059";
constexpr std::string_view kSellerVat = "NL003329281B38";
constexpr std::string_view kSellerSite = "catcrafts.net";
// The registered business identity lives in the module interface
// (kSeller...) — the order email's footer states the same facts, and two
// copies of a KVK number is one copy too many.
} // namespace