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
Branches
Tags
No related merge requests found
......@@ -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.
require_once ("packages/stripe-php/init.php");
require_once ("vendor/stripe/stripe-php/init.php");
\Stripe\Stripe::setApiKey($this->secret_key);
if ($this->verify_event) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment