summaryrefslogtreecommitdiff
path: root/src/frontend/checkout.php
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-24 16:37:24 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-24 16:37:24 +0100
commit4c1c16abd014a8f05ad8e690395b81ef643f2b8a (patch)
tree9497fc1e7e68d0a3560da890191e13a99097e53e /src/frontend/checkout.php
parentcdbd5fa4f0c6d12c7d076bcabc4569a8d0000dd7 (diff)
downloadmerchant-4c1c16abd014a8f05ad8e690395b81ef643f2b8a.tar.gz
merchant-4c1c16abd014a8f05ad8e690395b81ef643f2b8a.tar.bz2
merchant-4c1c16abd014a8f05ad8e690395b81ef643f2b8a.zip
syntax
Diffstat (limited to 'src/frontend/checkout.php')
-rw-r--r--src/frontend/checkout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/checkout.php b/src/frontend/checkout.php
index fd313799..a5f12446 100644
--- 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.");
}
};