From f16d102c60f9ef17da2355bc83bc59a47ad39fad Mon Sep 17 00:00:00 2001 From: Stefan Moisees Date: Tue, 18 Mar 2025 13:04:50 +0100 Subject: [PATCH] MGH-424 easycredit fix: cast oxdesc to string, may be object --- Modules/Application/Model/gtmPayment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Application/Model/gtmPayment.php b/Modules/Application/Model/gtmPayment.php index 619457b..6a9583e 100644 --- a/Modules/Application/Model/gtmPayment.php +++ b/Modules/Application/Model/gtmPayment.php @@ -4,6 +4,7 @@ declare(strict_types=1); namespace D3\GoogleAnalytics4\Modules\Application\Model; + use OxidEsales\Eshop\Application\Model\Payment; use OxidEsales\Eshop\Core\Registry;