Initial support for Stripe (And Improve Paypal)
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 22 Mar 2014 07:49:54 +0000 (03:49 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 22 Mar 2014 07:49:54 +0000 (03:49 -0400)
commitf8b39e09ad3ca69efbb791352f72d8aa98c4cd34
tree4cbe5c982a20dc10e63a605f6013ce20a20019e5
parenteca832d83526a0ebee0dc38195b3b99f8e4746c9
Initial support for Stripe (And Improve Paypal)
* payment.mlt embeds Stripe checkout widget
* stripe-payment.cgi charges the transaction setup by the widget and
  notifies the treasurer
* Charged but unapplied payments are stored in a transaction log
* Payments are applied semi-automatically, with processed payments
  stored in another log
* Paypal amounts can be entered on the payment page directly
create-stripe-tables.sql [new file with mode: 0644]
money.mlt
money.sig
money.sml
payment.mlt
portal.mlt
stripe/stripe-payment.cgi [new file with mode: 0755]