Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stripe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Extensions
Stripe
Commits
d17a754a
Commit
d17a754a
authored
12 years ago
by
Joshua Walker
Browse files
Options
Downloads
Patches
Plain Diff
Make README more specific to this branch
parent
608a1bf0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.txt
+2
-49
2 additions, 49 deletions
README.txt
with
2 additions
and
49 deletions
README.txt
+
2
−
49
View file @
d17a754a
------------
Please Read:
Versions are now seperated into their own branches.
...
...
@@ -6,18 +5,9 @@ Versions are now seperated into their own branches.
4.2-x.x: Extension for CiviCRM 4.2.
source: Pre-extension method, folder structure is in tact, place files accordingly.
You also need a corresponding module for your CMS (4.2 does not). Here is where the modules can be found:
Drupal: http://drupal.org/project/civicrm_stripe
Joomla: TBD
WordPress: TBD
IMPORTANT:
The Webhook.php file is in the 'extern' folder.
You have to make a Webhook rule in your Stripe account and enter the path to Webhook.php for recurring charges to end!
For Pre-Extension (source) method:
-You will need to run the .sql file to make sure the database tables get created & Stripe is added as a payment processor option.
------------
Installation Instructions:
...
...
@@ -25,49 +15,12 @@ Installation Instructions:
------------
For CiviCRM 4.2
extension-4.2
instructions:
4.2-x.x
instructions:
Install extension
You do not need the CMS module for 4.2
You do not need the
extra
CMS module for 4.2
, only this.
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
------------
For CiviCRM 4.1
extension-4.1 instructions:
Install extension
Place civicrm_templates folder anywhere and inform CiviCRM of your "Custom Templates" location in this admin page: site.com/civicrm/admin/setting/path
Copy files in extern to your CiviCRM extern folder "civicrm/extern"
Make a Webhook rule in your Stripe account and enter the path to Webhook.php
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
------------
Pre-extension (source) instructions:
Folder structure is left in tact.
Place Stripe.php in civicrm/CRM/Core/Payment/Stripe.php
Place civicrm_templates folder anywhere and inform CiviCRM of your "Custom Templates" location in this admin page: site.com/civicrm/admin/setting/path
Copy files in extern to your CiviCRM extern folder "civicrm/extern"
Make a Webhook rule in your Stripe account and enter the path to Webhook.php
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
Run the included SQL file "civicrm_stripe.sql" to handle the DB-related needs. It will:
Insert Stripe into civicrm_payment_processor_type (makes it available as an option within CiviCRM's payment processor settings)
It will create the required tables:
civicrm_stripe_customers
civicrm_stripe_plans
civicrm_stripe_subscriptions
------------
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment