mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
make payment form not actually try to submit CC number
This commit is contained in:
parent
adc2a62735
commit
d62aaf9d13
1 changed files with 1 additions and 3 deletions
|
|
@ -25,10 +25,8 @@ class form(object):
|
|||
In order to process this payment, please pretend to enter a 16-digit credit-card
|
||||
number below, and then click the Submit Payment button.
|
||||
<p>
|
||||
<form name="ignored">
|
||||
<input type="text" name="cc"><br>
|
||||
</form>
|
||||
<form action="/payment.py/submit=%s" method="GET" name="other">
|
||||
<input type="text" name="" autocomplete="off" /><br/>
|
||||
<input type="submit" value="Submit Payment">
|
||||
</form>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue