merchant

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

meson.build (308B)


      1 typst_folders = ['kyc', 'orders', 'transactions']
      2 
      3 foreach f : typst_folders
      4     install_data(
      5         f / '@0@.typ'.format(f),
      6         f / 'typst.toml',
      7         install_dir: get_option('datadir') / 'taler-merchant' / 'typst' / 'packages' / 'taler-merchant' / f / '0.0.0',
      8     )
      9 endforeach
     10 
     11 subdir('common')