summaryrefslogtreecommitdiff
path: root/src/frontend/checkout.php
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-24 16:36:20 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-24 16:36:20 +0100
commitcdbd5fa4f0c6d12c7d076bcabc4569a8d0000dd7 (patch)
tree88a144e8174c4b730dcfebc77b016337fff93fe9 /src/frontend/checkout.php
parentf7c3af7b3cc8da32637a478356cc46422e5051ac (diff)
downloadmerchant-cdbd5fa4f0c6d12c7d076bcabc4569a8d0000dd7.tar.gz
merchant-cdbd5fa4f0c6d12c7d076bcabc4569a8d0000dd7.tar.bz2
merchant-cdbd5fa4f0c6d12c7d076bcabc4569a8d0000dd7.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 83e5ac16..fd313799 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.value + "', but we do not support this payment system in the demo.");
}
};