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
donate:make_a_gift [2016/09/26 05:47] – Moved cc to Stripe danieldonate:make_a_gift [2016/09/26 23:34] (current) daniel
Line 1: Line 1:
 ====== Make a Gift ====== ====== Make a Gift ======
-To make a other gift donation, you may use below form. You are using a one time donation form. If you wish to pledge a monthly donation, please use contact us.+To make a donation, you may use below form. You are using a one time donation form. If you wish to pledge a monthly donation, please use contact us.
  
 <html> <html>
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();