• Hi.

    Have a issues in log on PHP8.3.8

    [14-Jun-2024 18:03:37 UTC] PHP Deprecated: Creation of dynamic property WC_Gateway_Coinbase::$timeout is deprecated in \wp-content\plugins\coinbase-commerce\class-wc-gateway-coinbase.php on line 56
    [14-Jun-2024 18:03:37 UTC] PHP Deprecated: Creation of dynamic property WC_Gateway_Coinbase::$debug is deprecated in \wp-content\plugins\coinbase-commerce\class-wc-gateway-coinbase.php on line 65

    Solution

    class WC_Gateway_Coinbase extends WC_Payment_Gateway {

    private $timeout;
    private bool $debug;
  • You must be logged in to reply to this topic.