merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

kyc.typ (456B)


      1 #let form(data) = {
      2   set page(
      3     paper: "a4",
      4     margin: (left: 2cm, right: 2cm, top: 2cm, bottom: 2.5cm),
      5     footer: context [
      6       #grid(
      7         columns: (1fr, 1fr),
      8         align: (left, right),
      9         text(size: 8pt)[],
     10         text(size: 8pt)[
     11           Page #here().page() of #counter(page).final().first()
     12         ]
     13       )
     14     ]
     15   )
     16 
     17   heading(level: 1)[GNU Taler Merchant: #data.business_name]
     18 
     19   v(0.5cm)
     20 
     21   [Your KYC status changed.]
     22 
     23 }