Skip to content
Snippets Groups Projects
Commit 2179456c authored by drastik's avatar drastik
Browse files

update README and info

parent 3f243e73
Branches
Tags
No related merge requests found
------------
Please Read:
PLEASE READ:
-----------
There are 3 versions of this extension available. This is:
extension-4.2: Extension for CiviCRM 4.2 and earlier.
You do not need the CMS module for 4.2
4.3: Extension for CiviCRM 4.3.
You do not need the CMS module for 4.3
IMPORTANT:
In 4.2 the Webhook.php file is registered to the path of civicrm/stripe/webhook
--------
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.2:
Install extension
Copy Stripe's PHP library folder 'stripe-php' to civicrm/packages/stripe-php
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
<?xml version="1.0"?>
<extension key="com.drastikbydesign.stripe" type="module">
<downloadUrl>http://drastikbydesign.com/files/downloads/com.drastikbydesign.stripe-4.2-1.6.zip</downloadUrl>
<downloadUrl>http://drastikbydesign.com/files/downloads/com.drastikbydesign.stripe-4.3-1.7.zip</downloadUrl>
<file>stripe</file>
<name>Stripe</name>
<description>Stripe Payment Processor</description>
......@@ -12,11 +12,10 @@
<author>Joshua Walker (drastik) - Drastik by Design</author>
<email>admin@drastikbydesign.com</email>
</maintainer>
<releaseDate>2013-05-07</releaseDate>
<version>1.6</version>
<releaseDate>2013-08-28</releaseDate>
<version>1.7</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.2</ver>
<ver>4.3</ver>
</compatibility>
<comments>http://drastikbydesign.com/blog-entry/civicrm-stripe-payment-processor</comments>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment