diff --git a/src/Spryker/Zed/ShipmentCartConnector/Business/ShipmentCartConnectorFacadeInterface.php b/src/Spryker/Zed/ShipmentCartConnector/Business/ShipmentCartConnectorFacadeInterface.php index 21a1bc3..3cfb962 100644 --- a/src/Spryker/Zed/ShipmentCartConnector/Business/ShipmentCartConnectorFacadeInterface.php +++ b/src/Spryker/Zed/ShipmentCartConnector/Business/ShipmentCartConnectorFacadeInterface.php @@ -42,6 +42,7 @@ public function validateShipment(CartChangeTransfer $cartChangeTransfer); /** * Specification: + * - Clears shipment from quote without items in case of item add or remove action. * - Clears shipment method from quote and items in case of item add or remove action. * - Clears shipment expenses in case of item add or remove action. *