Skip to content
Snippets Groups Projects
Commit 267dc21d authored by drastik's avatar drastik
Browse files

readme

parent 6e1bbe66
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ WordPress: TBD
IMPORTANT:
The Webhook.php file is in the 'extern' folder.
You have to make a rule in your Stripe account and enter the path to Webhook.php for recurring charges to end!
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.
......@@ -49,7 +49,7 @@ 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 rule in your Stripe account and enter the path to Webhook.php
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
......@@ -64,7 +64,7 @@ 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 rule in your Stripe account and enter the path to Webhook.php
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
......
......@@ -10,7 +10,7 @@ WordPress: TBD
IMPORTANT:
The Webhook.php file is in the 'extern' folder.
You have to make a rule in your Stripe account and enter the path to Webhook.php for recurring charges to end!
You have to make a Webhook rule in your Stripe account and enter the path to Webhook.php for recurring charges to end!
------------
......@@ -25,7 +25,7 @@ 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 rule in your Stripe account and enter the path to Webhook.php
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
......
......@@ -10,7 +10,7 @@ You do not need the CMS module for 4.2
IMPORTANT:
In 4.2 the Webhook.php file is registered to the path of civicrm/stripe/webhook
You have to make a rule in your Stripe account and enter the path to Webhook.php for recurring charges to end!
You have to make a Webhook rule in your Stripe account and enter the path to Webhook.php for recurring charges to end!
------------
......
......@@ -11,7 +11,7 @@ WordPress: TBD
IMPORTANT:
The Webhook.php file is in the 'extern' folder.
You have to make a rule in your Stripe account and enter the path to Webhook.php for recurring charges to end!
You have to make a Webhook rule in your Stripe account and enter the path to Webhook.php for recurring charges to end!
-You will need to run the .sql file to make sure the database tables get created & Stripe is added as a payment processor option.
------------
......@@ -28,7 +28,7 @@ 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 rule in your Stripe account and enter the path to Webhook.php
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment