You are using a browser that is either out of date or not supported.
HIBM.ORG is best viewed using Firefox, Safari, Opera, or IE 6+.
Thank you for your attention.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
donate:make_a_gift [2016/09/26 05:47] – Moved cc to Stripe danieldonate:make_a_gift [2016/09/26 06:31] daniel
Line 14: Line 14:
 <script> <script>
 var handler = StripeCheckout.configure({ var handler = StripeCheckout.configure({
-  key: 'pk_test_uifOxAQveRU6ei5hMOifNUUz',+  key: 'pk_live_1sdHIeQjfKjPdXesQTOpiLFZ',
   //key: 'pk_live_1sdHIeQjfKjPdXesQTOpiLFZ',   //key: 'pk_live_1sdHIeQjfKjPdXesQTOpiLFZ',
   image: '/stripe/arm-logo.gif',   image: '/stripe/arm-logo.gif',
Line 31: Line 31:
  email: token.email,   email: token.email, 
  chargeAmount: amnt  chargeAmount: amnt
- }, + }
-   }+
  }); // end ajax call  }); // end ajax call
   }   }
Line 55: Line 54:
  zipCode: true,  zipCode: true,
  billingAddress: true,  billingAddress: true,
-    amount: amnt+ panelLabel: 'Donate', 
 + amount: amnt
   });   });
   e.preventDefault();   e.preventDefault();