#Save Many

5 messages · Page 1 of 1 (latest)

rotund goblet
#
            foreach ($items as $item){
                $orderItem = new OrderItem();

                (...)

                array_push($orderItemsToSave,$orderItem);
            }
``` this is basically what im doing
#

and yeah ive got no errors

#

at least in the response

#

the order is created

#

just without order items