We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be3966 commit 4d34b60Copy full SHA for 4d34b60
1 file changed
public/paypal.html
@@ -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
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