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

Clean up message

parent d1482526
No related branches found
No related tags found
No related merge requests found
...@@ -303,7 +303,7 @@ class CRM_Core_Payment_StripeIPN { ...@@ -303,7 +303,7 @@ class CRM_Core_Payment_StripeIPN {
} }
} }
if (!$eventForThisPaymentProcessor) { if (!$eventForThisPaymentProcessor) {
echo "Event ({$this->getEventID()}) is not for this payment processor so ignoring silently.received successfully by CiviCRM: {$name} {$test}."; echo "Event ({$this->getEventID()}) is not for this payment processor - ignoring. CiviCRM: {$name} {$test}.";
exit(); exit();
} }
} }
......
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