merchant

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

commit 9b6376ed67aa09fc4f108c55951701228391440c
parent c541307441f8e50770919c0105264f4cf6676619
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon, 23 Jan 2023 11:47:45 -0300

take backend from walletcore

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

diff --git a/contrib/Makefile.am b/contrib/Makefile.am @@ -3,13 +3,13 @@ staticpkgdatadir = $(prefix)/share/taler/merchant/static/ spapkgdatadir = $(prefix)/share/taler/merchant/spa/ dist_tmplpkgdata_DATA = \ - wallet-core/backend/depleted_tip.en.must \ - wallet-core/backend/offer_refund.en.must \ - wallet-core/backend/offer_tip.en.must \ - wallet-core/backend/request_payment.en.must \ - wallet-core/backend/show_order_details.en.must + depleted_tip.en.must \ + offer_refund.en.must \ + offer_tip.en.must \ + request_payment.en.must \ + show_order_details.en.must -%.must: merchant-backoffice/%.html +%.must: wallet-core/backend/%.html cp $< $@ # Note: only works when building from Git, if you