Before the over-aggressive moderation was done, it was the actual error message, and the system’s stats log.
Here’s just the error message:
Fatal error: Uncaught TypeError: Argument 1 passed to WooCommerce\PayPalCommerce\ApiClient\Entity\Address::__construct() must be of the type string, bool given, called in /data/www/[REDACTED]/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-api-client/src/Factory/AddressFactory.php on line 41 and defined in /data/www/[REDACTED]/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-api-client/src/Entity/Address.php:69 Stack trace: #0 /data/www/[REDACTED]/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-api-client/src/Factory/AddressFactory.php(41): WooCommerce\PayPalCommerce\ApiClient\Entity\Address->__construct(false, '', '', '', '', '') #1 /data/www/[REDACTED]/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-api-client/src/Factory/PayerFactory.php(111): WooCommerce\PayPalCommerce\ApiClient\Factory\AddressFactory->from_wc_customer(Object(WC_Customer), 'billing') #2 /data/www/[REDACTED]/wp-content/plugins/woocommerce-pay in /data/www/[REDACTED]/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-api-client/src/Entity/Address.php on line 69
EDITING to add in: Running a child theme of WP Astra and several other plugins (including ones I developed). Just to pre-empt a potential question, I deactivated ALL plugins except WooCommerce and the Woo Paypal plugin and switched to the 2019 theme (unmodified), and had the same result. When I turn off the Woo PayPal plugin, that error goes away.
Thanks!