merchant

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

commit 4c1c16abd014a8f05ad8e690395b81ef643f2b8a
parent cdbd5fa4f0c6d12c7d076bcabc4569a8d0000dd7
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 24 Jan 2016 16:37:24 +0100

syntax

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

diff --git a/src/frontend/checkout.php b/src/frontend/checkout.php @@ -184,7 +184,7 @@ function pay(form) { taler_pay(form); } else { - alert("You selected '" + choice.value + "', 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."); } };