WooCommerce checkout fails when this plugin tries to email about address change on a WP multisite installation, running PHP 8.3 and WordPress 6.6.1, with the following Fatal error on php error log:
PHP Fatal error: Cannot declare class Penthouse\AddressChangeNotification\Email, because the name is already in use in /data/wordpress/htdocs/wp-content/plugins/customer-address-change-notification-for-woocommerce/includes/email.php on line 14
Seems like class_exists check just before the aforementioned line doesn’t work..
The page I need help with: [log in to see the link]