Skip to content
Snippets Groups Projects
Commit da973a9f authored by mattwire's avatar mattwire
Browse files

Remove exception that causes loading of contribution pages to fail with 'Check...

Remove exception that causes loading of contribution pages to fail with 'Check Stripe credentials' if live does not have credentials but test does
parent d20c7e8f
No related branches found
No related tags found
No related merge requests found
......@@ -61,9 +61,6 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment {
$this->setAPIParams();
$this->stripeClient = new \Stripe\StripeClient($secretKey);
}
else {
throw new PaymentProcessorException('Check the configured Stripe credentials');
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment