Topic: PHP 8.2 commits - why change $deliver_to to $delivery_to ?
In this commit, in the file sales/includes/cart_class.inc, why was the variable $deliver_to changed to $delivery_to ?
Wonder if this is going to affect some module or other FA files.
Please note that the following files still use $cart->deliver_to, $order->deliver_to and $_SESSION['View']->deliver_to:
sales/sales_order_entry.php
sales/includes/db/sales_order_db.inc
sales/includes/ui/sales_credit_ui.inc
sales/includes/ui/sales_order_ui.inc
sales/view/view_sales_order.php