woocommerce / woocommerce-gateway-paypal-express-checkout

58 stars 65 forks source link

Confirm plugin is compatible with upcoming PHP 8 #829

Closed jorgeatorres closed 3 years ago

jorgeatorres commented 3 years ago

PHP 8.0 is planned for November 26th. We need to test and make sure the plugin works with this version.

See https://github.com/php/php-src/blob/107962208a19d8b6dc1a190cb25fc37614411e71/UPGRADING.

jorgeatorres commented 3 years ago

Code analysis

jorgeatorres commented 3 years ago

Smoke tests

(Based on https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout/pull/668#issuecomment-625069992)

Admin

Checkout Page

Cart Page

Product Page

Mini-Cart

jorgeatorres commented 3 years ago

While testing, I noticed a deprecation warning (WC 4.4.0) and logged #836 to investigate. This is not PHP 8 specific.