WooCommerce PayPal plugin 2.9.5: Error Declaration of WooCommerce\WooCommerce\Logging\Logger\WooCommerceLogger::log

We got this error after upgrading WooCommerce PayPal plugin to 2.9.5.
Anyone can help?

Wordpress 6.7.1
WooCommerce 9.4.3

Declaration of WooCommerce\WooCommerce\Logging\Logger\WooCommerceLogger::log($level, $message, array $context = []) must be compatible with Psr\Log\LoggerTrait::log($level, Stringable|string $message, array $context = []): void

I believe this plugin is on our compatibility page with a workaround: Compatibility | Acorn Docs | Roots

1 Like

@dangelion I can confirm the solution/workaround @Log1x provided. downgrading psr/log to v2 gets things working again.