Advertisement
Guest User

Untitled

a guest
Jun 14th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.90 KB | None | 0 0
  1. <div ng-show="paypalButton != null" ng-bind-html="paypalButton" class="ng-binding">
  2.   <form method="post" action="https://www.paypal.com/cgi-bin/webscr" class="paypal-button" target="_top">
  3.     <div class="hide" id="errorBox">
  4.     </div>
  5.     <input type="hidden" name="amount" value="3">
  6.     <input type="hidden" name="item_name" value="My Subscription">
  7.     <input type="hidden" name="currency_code" value="EUR">
  8.     <input type="hidden" name="p3" value="1">
  9.     <input type="hidden" name="t3" value="M">
  10.     <input type="hidden" name="cmd" value="_xclick-subscriptions">
  11.     <input type="hidden" name="a3" value="3">
  12.     <input type="hidden" name="business" value="foo@bar.com">
  13.     <input type="hidden" name="bn" value="JavaScriptButton_subscribe">
  14.     <input type="hidden" name="env" value="www">
  15.     <button type="submit" class="paypal-button large">
  16.       Subscribe
  17.     </button>
  18.   </form>
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement