PHP 8.3 compatibility
-
Hey!
I found this error in debug.log since using PHP 8.3:
E_DEPRECATED: Creation of dynamic property Jimsoft_Qr_Bill_Invoice_Gateway::$instructions is deprecated in wp-content/plugins/jim-soft-swiss-qr-invoice/includes/class-jimsoft-qr-bill-invoice-gateway.php on line 30
E_DEPRECATED: Creation of dynamic property Jimsoft_Qr_Bill_Invoice_Gateway::$order_status is deprecated in wp-content/plugins/jim-soft-swiss-qr-invoice/includes/class-jimsoft-qr-bill-invoice-gateway.php on line 31
E_DEPRECATED: Creation of dynamic property Jimsoft_Qr_Bill_Invoice_Gateway::$user_roles is deprecated in wp-content/plugins/jim-soft-swiss-qr-invoice/includes/class-jimsoft-qr-bill-invoice-gateway.php on line 32
E_DEPRECATED: Creation of dynamic property Jimsoft_Qr_Bill_Invoice_Gateway::$enable_for_methods is deprecated in wp-content/plugins/jim-soft-swiss-qr-invoice/includes/class-jimsoft-qr-bill-invoice-gateway.php on line 33
E_DEPRECATED: Creation of dynamic property Jimsoft_Qr_Bill_Invoice_Gateway::$enable_for_virtual is deprecated in wp-content/plugins/jim-soft-swiss-qr-invoice/includes/class-jimsoft-qr-bill-invoice-gateway.php on line 34By any chance, can you fix that? Thank you!
- You must be logged in to reply to this topic.