merchant

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

commit 79339ad8f2fc59393afcf8cbb0abe638dff5b85b
parent f932a07e079d4332e48eb58b053439059d12d683
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon,  4 Oct 2021 14:39:29 -0300

use new mustache template from merchant backoffice

Diffstat:
Mcontrib/Makefile.am | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am @@ -9,8 +9,8 @@ dist_tmplpkgdata_DATA = \ request_payment.en.must \ show_order_details.en.must -.mcpp.must: - cpp -E -C -P -undef -nostdinc < $< > $@ 2> /dev/null +%.must: merchant-backoffice/%.html + cp $< $@ # Note: only works when building from Git, if you # run maintainer clean against the TGZ, you will