merchant

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

commit 0716ec08de631c835c0821c67003f3c4adcf9dd4
parent 7fe171122d468368c90e3048e14aac2eefd7f542
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  4 May 2016 14:18:14 +0200

Merge branch 'master' of git.taler.net:/var/git/merchant

Diffstat:
Mexamples/shop/generate_taler_contract.php | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/examples/shop/generate_taler_contract.php b/examples/shop/generate_taler_contract.php @@ -69,8 +69,6 @@ $contract = generate_contract(array( "fulfillment_url" => $fulfillment_url) ); -file_put_contents("/tmp/ff.link", $fulfillment_url . "\r\n"); - $resp = give_to_backend("backend/contract", $contract); // Our response code is the same we got from the backend: