Fatal error on version 7.5.2
-
Mollie\WooCommerce\MerchantCapture\OrderListPaymentColumn::Mollie\WooCommerce\MerchantCapture\{closure}(): Argument #2 ($order) must be of type Automattic\WooCommerce\Admin\Overrides\Order, WC_Order given
Getting the error stated above in version 7.5.2. In the following line:
add_action('woocommerce_shop_order_list_table_custom_column', function (string $column, Order $order) { $this->renderColumnValue($column, $order->get_id()); }, 10, 2);
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fatal error on version 7.5.2’ is closed to new replies.