PHP error changing order status via rest
-
Getting an error when changing an order’s status via the rest interface:
NOTICE: PHP message: PHP Fatal error: Uncaught Error: Call to a member function get() on null in /var/www/html/preview/wp-content/plugins/woocommerce-services/classes/class-wc-connect-taxjar-integration.php:734 [29-Jul-2019 13:41:03] WARNING: [pool www] child 26428 said into stderr: "Stack trace:" [29-Jul-2019 13:41:03] WARNING: [pool www] child 26428 said into stderr: "#0 /var/www/html/preview/wp-includes/class-wp-hook.php(286): WC_Connect_TaxJar_Integration->append_base_address_to_customer_taxable_address(Array)" [29-Jul-2019 13:41:03] WARNING: [pool www] child 26428 said into stderr: "#1 /var/www/html/preview/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)" [29-Jul-2019 13:41:03] WARNING: [pool www] child 26428 said into stderr: "#2 /var/www/html/preview/wp-content/plugins/woocommerce-avatax/includes/class-wc-avatax-order-handler.php(1104): apply_filters('woocommerce_cus...', Array)" [29-Jul-2019 13:41:03] WARNING: [pool www] child 26428 said into stderr: "#3 /var/www/html/preview/wp-content/plugins/woocommerce-avatax/includes/class-wc-avatax-order-handler.php(1053): WC_AvaTax_Order_Handler->get_taxable_address(Object(WC_Admin_Order))" [29-Jul-2019 13:41:03] WARNING: [pool www] child 26428 said into stderr: "#4 /var/www/html/preview/wp-content/plugins/woocommerce-avatax/includes/class-wc-avatax-order-handler.php(313): WC_AvaTax_Order_Handler->is_order_taxable(Object(WC_Admin_Order))" [29-Jul-2019 13:41:03] WARNING: [pool www] child 26428 said into stderr: "#5 /var/www/html/preview/wp-content/plugi..."The error goes away when I disable the WooCommerce Services plugin. I am using AvaTax to calculate taxes, so I’m not sure I even need the WooCommerce Services plugin, but I’d like to keep it if possible.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘PHP error changing order status via rest’ is closed to new replies.