merchant

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

commit f43c3d2b1c942d236733cc78ae73400ffc43a15c
parent 9d76bbc96333942d4e2a22b8a27a67068408608c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 15 Mar 2016 18:27:31 +0100

missingfiles

Diffstat:
Aexamples/blog/Makefile.am | 12++++++++++++
Aexamples/shop/Makefile.am | 12++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/examples/blog/Makefile.am b/examples/blog/Makefile.am @@ -0,0 +1,12 @@ +# This Makefile.am is in the public domain +SUBDIRS = articles web-common . + +EXTRA_DIST = \ + blog_lib.php \ + essay_cc-form.html \ + essay_cc-fulfillment.php \ + essay_contract.php \ + essay_fulfillment.php \ + essay_pay.php \ + index.html \ + gnu.svg diff --git a/examples/shop/Makefile.am b/examples/shop/Makefile.am @@ -0,0 +1,12 @@ +# This Makefile.am is in the public domain +SUBDIRS = web-common . + +EXTRA_DIST = \ + checkout.php \ + config.php \ + fulfillment.php \ + generate_taler_contract.php \ + index.php \ + pay.php \ + README \ + style.css