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 3f7eb3359d1870a81a808c3397ed06115690a625..0000000000000000000000000000000000000000 --- 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