MGH-424 easycredit fix: cast oxdesc to string, may be object

This commit is contained in:
Stefan Moisees
2025-03-18 13:04:50 +01:00
committed by MaxBuhe01
parent 0a311045dc
commit f16d102c60

View File

@ -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;