PHP 8.2 More fixes. Deprecated dynamic member adds.
[fa-stable.git] / sales / includes / cart_class.inc
index 4bef4cd102432d1a02329941bd0b00c8ffa4805a..adfe941a22b78c7f83a89051862175ab1482b7b9 100644 (file)
@@ -45,7 +45,7 @@ class Cart
        var $Branch;
        var $email;
 
-       var $deliver_to;
+       var $delivery_to;
        var $delivery_address;
        var $phone;
 
@@ -389,7 +389,7 @@ class Cart
        function set_delivery($shipper, $destination, $address, $freight_cost=null)
        {
                $this->ship_via = $shipper;
-               $this->deliver_to = $destination;
+               $this->delivery_to = $destination;
                $this->delivery_address = $address;
                if (isset($freight_cost))
                        $this->freight_cost = $freight_cost;