From 07dca5a2ed5f6ed66a212484bfc5e2eb355ff83b Mon Sep 17 00:00:00 2001
From: drastik <jwjoshuawalker@gmail.com>
Date: Tue, 31 Jul 2012 23:51:02 -0700
Subject: [PATCH] new readme

---
 README.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 README.txt

diff --git a/README.txt b/README.txt
new file mode 100644
index 00000000..39b5aeab
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,13 @@
+Installing Stripe as a payment processor in CiviCRM 4.x
+
+Folder structure is left in tact, but there is only 1 file and this is where it goes:  
+Stripe.php in civicrm/CRM/Core/Payment/Stripe.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:  
+Insert Stripe into civicrm_payment_processor_type (makes it available as an option within CiviCRM's payment processor settings)
+Create table civicrm_stripe_customers  
+Create table civicrm_stripe_plans
+Create table civicrm_stripe_subscriptions
\ No newline at end of file
-- 
GitLab