Forums
(@mrgepa1)
9 years, 6 months ago
i solved this issue
you can go to that line and add
replace $order->populate( $customer_order );
$order = new WC_Order( $customer_order );
thats it