Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. document.getElementById('customButton2').addEventListener('click', function (e) {
  2. var amt = 1890;
  3. handler.open({
  4. name: 'jatin inc',
  5. description: 'books',
  6. allowRememberMe: false,
  7. amount: amt,
  8. panelLabel: 'Buy Now {{amount}} ',
  9. metadata: {
  10. "isflag" : 1
  11. }
  12. });
  13. e.preventDefault();
  14. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement