Everything runs fine with PHP 7.4 but PHP 8 seems problematic. Here's my composer.json:
After upgrading my environment to PHP 8, I get the following error:
Doctrine\\Common\\Annotations\\AnnotationException: [Semantical Error] The annotation “@Type” in property net\\authorize\\util\\SensitiveDataConfigType::$sensitiveTags was never imported. Did you maybe forget to add a ‘use’ statement for this annotation? in Doctrine\\Common\\Annotations\\AnnotationException::semanticalError() 54 /mnt/www/html/ucsfp1sand/docroot/sites/controller.ucsf.edu/modules/custom/authorizenet_payroll_payments/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php
09-13-2022 09:31 AM
there's a to-do here that might resolve this: https://github.com/AuthorizeNet/sdk-php/blob/master/lib/net/authorize/util/SensitiveDataConfigType.p...
09-13-2022 10:47 AM