From ebbb85835b8bd5391bf2ca90d4223017db8d2f23 Mon Sep 17 00:00:00 2001 From: drastik <jwjoshuawalker@gmail.com> Date: Tue, 31 Jul 2012 23:44:54 -0700 Subject: [PATCH] removed old placeholder --- CRM/Core/Payment/Stripe.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CRM/Core/Payment/Stripe.php b/CRM/Core/Payment/Stripe.php index a9e7f4f8..a897bd27 100644 --- a/CRM/Core/Payment/Stripe.php +++ b/CRM/Core/Payment/Stripe.php @@ -60,11 +60,6 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment { $config = CRM_Core_Config::singleton(); $error = array(); -/* require_once("stripe-php/lib/Stripe.php"); - Stripe::setApiKey($this->_paymentProcessor['user_name']); - $stripe_plan = Stripe_Plan::retrieve('something'); - CRM_Core_Error::debug('plan', $stripe_plan);*/ - if (empty($this->_paymentProcessor['user_name'])) { $error[] = ts('The "Secret Key" is not set in the Stripe Payment Processor settings.'); } -- GitLab