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

handlePaymentNotification should not be static

parent 13d22aea
No related branches found
No related tags found
1 merge request!1246.5
......@@ -1130,7 +1130,7 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment {
* @throws \CiviCRM_API3_Exception
* @throws \Stripe\Error\Api
*/
public static function handlePaymentNotification() {
public function handlePaymentNotification() {
$data_raw = file_get_contents("php://input");
$data = json_decode($data_raw);
$ipnClass = new CRM_Core_Payment_StripeIPN($data);
......
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