diff options
author | ivan <ivan> | 2003-05-19 13:54:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-05-19 13:54:55 +0000 |
commit | e2a51e422dbd070a4571f229f8e5c6929950d137 (patch) | |
tree | 911d865494d3176b6b81733a6c97e73c47bb5f62 /fs_selfservice/FS-SelfService/cgi/make_payment.html | |
parent | a1295d0682aa81a408abe06fcaa7c14440f6a2e2 (diff) |
fix up some bugs in processing payments via self-service... appears to be
working so far
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/make_payment.html')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/make_payment.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/make_payment.html b/fs_selfservice/FS-SelfService/cgi/make_payment.html index fdb411b11..1d860f08a 100644 --- a/fs_selfservice/FS-SelfService/cgi/make_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_payment.html @@ -8,7 +8,7 @@ <FONT SIZE=4>Make a payment</FONT><BR><BR> <FORM NAME="OneTrueForm" METHOD="POST" ACTION="<%=$selfurl%>" onSubmit="document.OneTrueForm.process.disabled=true"> <INPUT TYPE="hidden" NAME="session" VALUE="<%=$session_id%>"> -<INPUT TYPE="hidden" NAME="action" VALUE="process_payment"> +<INPUT TYPE="hidden" NAME="action" VALUE="do_payment"> <TABLE BGCOLOR="#cccccc"> <TR> <TD ALIGN="right">Amount Due</TD> @@ -110,7 +110,7 @@ </TR> </TABLE> <BR> -<INPUT TYPE="hidden" NAME="paybatch" VALUE="$paybatch"> +<INPUT TYPE="hidden" NAME="paybatch" VALUE="<%=$paybatch%>"> <INPUT TYPE="submit" NAME="process" VALUE="Process payment"> <!-- onClick="this.disabled=true"> --> </FORM> </TD></TR></TABLE> |