Closed lat9 closed 4 years ago
Currently generating a ton of PHP Notices when checking virtual orders, given that $order->delivery isn't populated in that case.
$order->delivery
This 'should' be handled by the shipping-estimator and/or the shipping phase of checkout; closing.
Currently generating a ton of PHP Notices when checking virtual orders, given that
$order->delivery
isn't populated in that case.