Skip to content
Snippets Groups Projects
Forked from Extensions / Stripe
1318 commits behind the upstream repository.
Anthony Nemirovsky's avatar
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.
7509ced7
History
Name Last commit Last update
com.drastikbydesign.stripe
README.txt
PLEASE READ:
-----------
There are 3 versions of this extension available.  This is:
4.3:  Extension for CiviCRM 4.3.
You do not need the CMS module for 4.3

IMPORTANT:
---------
In 4.3 the Webhook.php file is registered to the path of civicrm/stripe/webhook
You have to make a Webhook rule in your Stripe account and enter the path to Webhook.php for recurring charges to end!

INSTALLATION INSTRUCTIONS:
-------------------------
For CiviCRM 4.3:
1)  Install extension
2)  Copy Stripe's PHP library folder 'stripe-php' to civicrm/packages/stripe-php
You can get Stripe's PHP library here: https://github.com/stripe/stripe-php