From 89ea87dcaa941d22a082bc1e9febeba684d2f980 Mon Sep 17 00:00:00 2001 From: hystepik Date: Mon, 13 Mar 2023 11:45:17 +0100 Subject: [PATCH] fi CI --- htdocs/public/stripe/ipn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/public/stripe/ipn.php b/htdocs/public/stripe/ipn.php index d7322271649..b1ac43b8af6 100644 --- a/htdocs/public/stripe/ipn.php +++ b/htdocs/public/stripe/ipn.php @@ -345,7 +345,7 @@ if ($event->type == 'payout.created') { $paymentTypeId = $obj->type; } } else { - $error = $this->db->lasterror(); + $error = $db->lasterror(); $postactionmessages[] = $error; http_response_code(500); return -1;