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

Result must be an array

parent 4bb4b8af
No related branches found
No related tags found
1 merge request!176Release 6.7
......@@ -733,7 +733,7 @@ class CRM_Core_Payment_StripeIPN {
$message = $this->_paymentProcessor->getPaymentProcessorLabel() . 'No matching contributions for event ' . $this->getEventID();
Civi::log()->debug($message);
}
$result = NULL;
$result = [];
CRM_Mjwshared_Hook::webhookEventNotMatched('stripe', $this, 'contribution_not_found', $result);
if (empty($result['contribution'])) {
return FALSE;
......
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