- Jan 15, 2014
-
-
drastik authored
BillingBlock.tpl is gone! JS For Stripe is now injected on appropriate pages. Known fixes ----------- GitHub Issue: https://github.com/drastik/civicrm_stripe/issues/28 Ability to submit backend/offline contributions for a contact w/ Stripe. Previous fixes -------------- The last commit also fixed GitHub Issue: https://github.com/drastik/civicrm_stripe/issues/9 USD forced on recurring plans.
-
- Jan 10, 2014
-
-
drastik authored
Fixed issue where you might see 'no such customer'. ---DO NOT UPDATE LIVE SITES YET--- Changes to plan names to utilize Stripe's new ability to do plan frequency intervals.
-
- Dec 02, 2013
-
-
drastik authored
-Fix amount issue from github: https://github.com/drastik/civicrm_stripe/issues/18 -Fix BillingBlock.tpl issues (cvv image, credit cards image) -New error message report if there was a silent error (can be found in stripe.com account logs)
-
drastik authored
-
- Nov 22, 2013
-
-
drastik authored
From: https://github.com/drastik/civicrm_stripe/issues/18 Remove all non-numeric characters from amount. by DaveBagler
-
- Nov 11, 2013
-
-
anemirovsky authored
This happens if a contact already has an active Stripe subscription due to a previous recurring contribution that is not completed yet and if they create a new recurring contribution and change only the amount, without changing the frequency/installments, then Stripe will wait to charge the card until the next installment is due. CiviCRM, expects the charge to be immediate, so the first contribution does not get marked as Completed, and more importantly, never appears in Stripe, since the card didn't actually get charged. To correct this, we have to first cancel any existing active subscriptions for that contact. Then, everything works correctly.
-
anemirovsky authored
Fix "One of parameters (value: ) is not of the type Integer" error when submitting a recurring contribution using the Stripe payment processor. The Stripe payment processor extension was not handling the case where a user submits a recurring contribution without setting the number of installments. This commit fixes that and also modifies the code that uses the recurring contribution's end date to take ongoing recurring contributions into a account.
-
- Mar 18, 2013
-
-
Joshua Walker authored
-
- Mar 14, 2013
-
-
drastik authored
-
- Feb 08, 2013
-
-
drastik authored
-
- Jan 02, 2013
-
-
drastik authored
-
- Dec 13, 2012
-
-
drastik authored
Big update. Handle Stripe exceptions. Multi-currency. Fees & Net reported. Donation + Membership. SQL Escaped.
-
- Oct 07, 2012
-
-
drastik authored
-
- Oct 06, 2012
-
-
drastik authored
-
- Aug 23, 2012
-
-
drastik authored
-
- Aug 12, 2012
-
-
drastik authored
-
- Aug 11, 2012
- Aug 10, 2012
-
-
drastik authored
-
- Aug 06, 2012
- Aug 01, 2012