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

removed old placeholder

parent f24c9288
No related branches found
No related tags found
No related merge requests found
......@@ -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.');
}
......
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