Skip to content

Commit

Permalink
OP-372 - ECS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Aug 7, 2024
1 parent 5cec463 commit 3a3ccb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EventListener/ShippingExportEventListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public function exportShipment(ResourceControllerEvent $event): void
$exception->getMessage(),
),
);

return;
}
$flashBag->add('success', 'bitbag.ui.shipment_data_has_been_exported');
Expand Down

0 comments on commit 3a3ccb2

Please sign in to comment.