Skip to content
Snippets Groups Projects
Commit 9a80a8ea authored by Jamie McClelland's avatar Jamie McClelland
Browse files

use updated location of stripe-php package.

parent f815b988
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ class CRM_Core_Payment_StripeIPN extends CRM_Core_Payment_BaseIPN { ...@@ -81,7 +81,7 @@ class CRM_Core_Payment_StripeIPN extends CRM_Core_Payment_BaseIPN {
} }
// Now re-retrieve the data from Stripe to ensure it's legit. // Now re-retrieve the data from Stripe to ensure it's legit.
require_once ("packages/stripe-php/init.php"); require_once ("vendor/stripe/stripe-php/init.php");
\Stripe\Stripe::setApiKey($this->secret_key); \Stripe\Stripe::setApiKey($this->secret_key);
if ($this->verify_event) { if ($this->verify_event) {
......
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