[ad_1]
Mollie\WooCommerce\MerchantCapture\OrderListPaymentColumn::Mollie\WooCommerce\MerchantCapture\{closure}(): Argument #2 ($order) must be of type Automattic\WooCommerce\Admin\Overrides\Order, WC_Order givenGetting 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);
