From a7f66ac7d2d3d2c6506a172aee217ab4bee76102 Mon Sep 17 00:00:00 2001
From: drastik <jwjoshuawalker@gmail.com>
Date: Sun, 1 Dec 2013 19:37:38 -0700
Subject: [PATCH] Remove unnecessary sub folder, put it all in
 com.drastikbydesign.stripe

---
 .../CRM => CRM}/Core/Payment/Stripe.php         |  0
 .../CRM => CRM}/Stripe/Page/Webhook.php         |  0
 com.drastikbydesign.stripe/README.txt           | 17 -----------------
 com.drastikbydesign.stripe/info.xml => info.xml |  0
 .../stripe.civix.php => stripe.civix.php        |  0
 .../stripe.php => stripe.php                    |  0
 .../CRM/Core/BillingBlock.tpl                   |  0
 .../CRM/Stripe/Page/Webhook.tpl                 |  0
 .../xml => xml}/Menu/stripe.xml                 |  0
 9 files changed, 17 deletions(-)
 rename {com.drastikbydesign.stripe/CRM => CRM}/Core/Payment/Stripe.php (100%)
 rename {com.drastikbydesign.stripe/CRM => CRM}/Stripe/Page/Webhook.php (100%)
 delete mode 100644 com.drastikbydesign.stripe/README.txt
 rename com.drastikbydesign.stripe/info.xml => info.xml (100%)
 rename com.drastikbydesign.stripe/stripe.civix.php => stripe.civix.php (100%)
 rename com.drastikbydesign.stripe/stripe.php => stripe.php (100%)
 rename {com.drastikbydesign.stripe/templates => templates}/CRM/Core/BillingBlock.tpl (100%)
 rename {com.drastikbydesign.stripe/templates => templates}/CRM/Stripe/Page/Webhook.tpl (100%)
 rename {com.drastikbydesign.stripe/xml => xml}/Menu/stripe.xml (100%)

diff --git a/com.drastikbydesign.stripe/CRM/Core/Payment/Stripe.php b/CRM/Core/Payment/Stripe.php
similarity index 100%
rename from com.drastikbydesign.stripe/CRM/Core/Payment/Stripe.php
rename to CRM/Core/Payment/Stripe.php
diff --git a/com.drastikbydesign.stripe/CRM/Stripe/Page/Webhook.php b/CRM/Stripe/Page/Webhook.php
similarity index 100%
rename from com.drastikbydesign.stripe/CRM/Stripe/Page/Webhook.php
rename to CRM/Stripe/Page/Webhook.php
diff --git a/com.drastikbydesign.stripe/README.txt b/com.drastikbydesign.stripe/README.txt
deleted file mode 100644
index 3f7eb335..00000000
--- a/com.drastikbydesign.stripe/README.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-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
diff --git a/com.drastikbydesign.stripe/info.xml b/info.xml
similarity index 100%
rename from com.drastikbydesign.stripe/info.xml
rename to info.xml
diff --git a/com.drastikbydesign.stripe/stripe.civix.php b/stripe.civix.php
similarity index 100%
rename from com.drastikbydesign.stripe/stripe.civix.php
rename to stripe.civix.php
diff --git a/com.drastikbydesign.stripe/stripe.php b/stripe.php
similarity index 100%
rename from com.drastikbydesign.stripe/stripe.php
rename to stripe.php
diff --git a/com.drastikbydesign.stripe/templates/CRM/Core/BillingBlock.tpl b/templates/CRM/Core/BillingBlock.tpl
similarity index 100%
rename from com.drastikbydesign.stripe/templates/CRM/Core/BillingBlock.tpl
rename to templates/CRM/Core/BillingBlock.tpl
diff --git a/com.drastikbydesign.stripe/templates/CRM/Stripe/Page/Webhook.tpl b/templates/CRM/Stripe/Page/Webhook.tpl
similarity index 100%
rename from com.drastikbydesign.stripe/templates/CRM/Stripe/Page/Webhook.tpl
rename to templates/CRM/Stripe/Page/Webhook.tpl
diff --git a/com.drastikbydesign.stripe/xml/Menu/stripe.xml b/xml/Menu/stripe.xml
similarity index 100%
rename from com.drastikbydesign.stripe/xml/Menu/stripe.xml
rename to xml/Menu/stripe.xml
-- 
GitLab