diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-09-06 14:35:55 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-09-06 14:35:55 -0700 |
| commit | b6cbedaae251e2b32af21fa6078446713e599ba9 (patch) | |
| tree | e419b6fdea85fac2be438887c1b4dbf56f9cacb4 /fs_selfservice/FS-SelfService/cgi/make_payment.html | |
| parent | 43530fe13141377a688b498d72617cd02ea93fae (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.html | 2 |
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> |
