From 83d918f0babe10ce1afb85bbbcf9f1fa2ba73c20 Mon Sep 17 00:00:00 2001 From: Artem Siminenko Date: Mon, 11 Dec 2023 17:59:08 +0100 Subject: [PATCH] CC-31222 Added extension point to customer delete action. (#10684) CC-31222 Added extension point to customer delete action. --- .../CustomerPostDeletePluginInterface.php | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/Spryker/Zed/CustomerExtension/Dependency/Plugin/CustomerPostDeletePluginInterface.php diff --git a/src/Spryker/Zed/CustomerExtension/Dependency/Plugin/CustomerPostDeletePluginInterface.php b/src/Spryker/Zed/CustomerExtension/Dependency/Plugin/CustomerPostDeletePluginInterface.php new file mode 100644 index 0000000..65165fe --- /dev/null +++ b/src/Spryker/Zed/CustomerExtension/Dependency/Plugin/CustomerPostDeletePluginInterface.php @@ -0,0 +1,28 @@ +