merchant

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

commit 686dacf4a9aafeadb8795aa65e11b5473e27631c
parent 4f90069d74815b964bfdfea7447aeb6b56ffe2fd
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 15 Feb 2016 15:03:42 +0100

syntax

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

diff --git a/src/frontend/index.php b/src/frontend/index.php @@ -25,7 +25,7 @@ echo "\tvar shop_currency = '$SHOP_CURRENCY';\n"; e.value = shop_currency; addOption("0.1"); addOption("1.0"); - addOption("6.0", ("".concat(5, " ", shop_currency)); + addOption("6.0", "".concat(5, " ", shop_currency)); addOption("10"); }