merchant

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

commit 62a4d36973ea9079e8b142ade986de26c390af66
parent 18994e7135ca1260796a60a7b80ba6a44e2b27cb
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 24 Jan 2016 16:44:34 +0100

indentation

Diffstat:
Msrc/frontend/checkout.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/frontend/checkout.php b/src/frontend/checkout.php @@ -182,10 +182,10 @@ function taler_pay(form) { function pay(form) { var choice = form.elements["payment_system"].value; if (choice == "taler") { - taler_pay(form); + taler_pay(form); } else { - alert("You selected '" + choice + "', but we do not support this payment system in the demo."); + alert("You selected '" + choice + "', but we do not support this payment system in the demo."); } };