-
Notifications
You must be signed in to change notification settings - Fork 1
/
office.html
29 lines (28 loc) · 1.5 KB
/
office.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
</head>
<body>
hey high rollers! <br>
paypal's API is not cooperating, so i made this page. enter the amount you pay per month in dollars here:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="currency_code" value="USD">
<br>
<input type="text" name="a3" size="4" maxlength="7">
<br>
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="src" value="1">
<input type="hidden" name="item_name" value="Office Subscription at Catapult">
<br>
<input type="image" src="https://www.paypalobjects.com/webstatic/en_US/btn/btn_subscribe_113x26.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
</form>
thank you very much. <br>
click "subscribe," then you'll be redirected to paypal.com.
</BODY>
</HTML>