meson.build (226B)
1 # This build file is in the public domain. 2 3 install_data( 4 'offer_refund.en.must', 5 'request_payment.en.must', 6 'show_order_details.en.must', 7 install_dir: get_option('datadir') / 'taler-merchant' / 'templates', 8 )
merchantMerchant backend to process payments, run by merchants | |
| Log | Files | Refs | Submodules | README | LICENSE |