From 0df16d0476148e94b32dc957c633344c3dcbf5c6 Mon Sep 17 00:00:00 2001 From: glo5363 Date: Wed, 8 Feb 2023 16:33:49 +0530 Subject: [PATCH] #AC-7893::Unable to create Shipping Label while creating shipment for DHL shipping method with PHP 8.2-fixed emition of dynamic property creation deprecation --- library/Zend/Pdf/Parser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/Zend/Pdf/Parser.php b/library/Zend/Pdf/Parser.php index 85caebb..10472d8 100644 --- a/library/Zend/Pdf/Parser.php +++ b/library/Zend/Pdf/Parser.php @@ -35,6 +35,7 @@ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ +#[\AllowDynamicProperties] class Zend_Pdf_Parser { /**