merchant

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

commit af517f24d9c0052c6cf866b53f95e3de639bc161
parent b78bb1901b88b9d24ea2c70ed20fc5ee1cb1f03e
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 14 Oct 2015 18:04:00 +0200

minor changes

Diffstat:
Msrc/frontend/checkout.php | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/frontend/checkout.php b/src/frontend/checkout.php @@ -53,7 +53,6 @@ $_SESSION['receiver'] = $donation_receiver; $_SESSION['amount'] = $donation_amount; $_SESSION['currency'] = $donation_currency; - echo $donation_currency; ?> <form name="tform" action="" method="POST">