diff options
| author | ivan <ivan> | 2003-05-19 00:15:20 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2003-05-19 00:15:20 +0000 |
| commit | f0afbc011e7b909a2e6ac54039c975710e76f341 (patch) | |
| tree | 89779a43bd348b7c63451a94771afcd7435857bd /fs_selfservice/FS-SelfService/cgi/make_payment.html | |
| parent | 667a729f660ad4f871acd5eb3173303396543eeb (diff) | |
processing payments...
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 ce1db6865..6adc0bde0 100644 --- a/fs_selfservice/FS-SelfService/cgi/make_payment.html +++ b/fs_selfservice/FS-SelfService/cgi/make_payment.html @@ -99,12 +99,12 @@ </TD> </TR><TR> <TD COLSPAN=2> - <INPUT TYPE="checkbox" CHECKED NAME="save"> + <INPUT TYPE="checkbox" CHECKED NAME="save" VALUE="1"> Remember this information </TD> </TR><TR> <TD COLSPAN=2> - <INPUT TYPE="checkbox"<%= $payby eq 'CARD' ? ' CHECKED' : '' %> NAME="CARD"> + <INPUT TYPE="checkbox"<%= $payby eq 'CARD' ? ' CHECKED' : '' %> NAME="auto" VALUE="1"> Charge future payments to this card automatically </TD> </TR> |
