summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/make_payment.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-09-06 14:35:53 -0700
committerIvan Kohler <ivan@freeside.biz>2014-09-06 14:35:53 -0700
commitc51bb6288f574d5b71424880c2bae262564de8a5 (patch)
tree5aee3cb900b3e1f00d48c6adb07466dea4a829fd /fs_selfservice/FS-SelfService/cgi/make_payment.html
parent54c7d50f5c0da30367315ec3a169c03a5d6eedc1 (diff)
double process / back button protection for self-service payments, RT#29168
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/make_payment.html')
-rw-r--r--fs_selfservice/FS-SelfService/cgi/make_payment.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/make_payment.html b/fs_selfservice/FS-SelfService/cgi/make_payment.html
index 915714cc3..5f5bc1c8e 100644
--- a/fs_selfservice/FS-SelfService/cgi/make_payment.html
+++ b/fs_selfservice/FS-SelfService/cgi/make_payment.html
@@ -41,7 +41,7 @@
</TR>
</TABLE>
<BR>
-<INPUT TYPE="hidden" NAME="paybatch" VALUE="<%=$paybatch%>">
+<INPUT TYPE="hidden" NAME="payunique" VALUE="<%=$payunique%>">
<INPUT TYPE="submit" NAME="process" VALUE="Process payment"> <!-- onClick="this.disabled=true"> -->
</FORM>