Skip to content

Commit 4d34b60

Browse files
committed
Added paypal.html form test page.
1 parent 0be3966 commit 4d34b60

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

public/paypal.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<form action="https://www.paypal.com/cgi-bin/webscr" id="paypal_form" method="post" target="_top" style="">
2+
<input type="hidden" name="cmd" value="_xclick" />
3+
<input type="hidden" name="business" value="admin@codebuilder.org" />
4+
<input type="hidden" name="currency_code" value="USD" />
5+
<input
6+
type="hidden"
7+
name="return"
8+
value="http://codebuilder.us?success=form_success=Your payment has been successfully processed. Thank you!"
9+
/>
10+
<input
11+
type="text"
12+
name="item_name"
13+
class="paypal_item_name"
14+
value="Evaluation and proposal for software development services."
15+
/>
16+
<input type="text" name="amount" class="paypal_item_price" value="99.99" />
17+
<button type="submit">Submit Payment</button>
18+
</form>

0 commit comments

Comments
 (0)