Skip to content
Snippets Groups Projects
Commit f2088cf5 authored by Jakub Piasecki's avatar Jakub Piasecki
Browse files

Issue #3479545 by zaporylie: Set shipment on the order

parent 3def4091
No related branches found
No related tags found
1 merge request!9Issue #3479545 by zaporylie: Set shipment on the order
Pipeline #304863 passed with warnings
......@@ -164,6 +164,8 @@ class OrderSubscriber implements EventSubscriberInterface {
$order->addAdjustment($adjustment);
}
}
$order_shipments = $order->get('shipments');
$order_shipments->appendItem($shipment->id());
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment