merchant

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

commit da09a394b3eab66d2a0a649df836b0ab98b056ad
parent 80ef0b79f121db0da447b08122c7d44a0854f809
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 27 Feb 2016 16:06:22 +0100

fix typo

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 @@ -176,7 +176,7 @@ function taler_pay(form) { /* This function is called when the user presses the 'Ok' button. We are now supposed to trigger the - "corret" payment system logic. For this demo, we + "correct" payment system logic. For this demo, we only handle "taler". */ function pay(form) { var choice = form.elements["payment_system"].value;