From 86cf4c8a44250fed089ed4fa1b62977db26b6c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pysiak?= Date: Thu, 25 Jul 2024 08:19:35 +0200 Subject: [PATCH] Remove legacy configuration --- .../legacy_api_resources/CustomerPassword.xml | 64 ------------------- 1 file changed, 64 deletions(-) delete mode 100644 src/Sylius/Bundle/ApiBundle/Resources/config/legacy_api_resources/CustomerPassword.xml diff --git a/src/Sylius/Bundle/ApiBundle/Resources/config/legacy_api_resources/CustomerPassword.xml b/src/Sylius/Bundle/ApiBundle/Resources/config/legacy_api_resources/CustomerPassword.xml deleted file mode 100644 index e3f6dd18d5..0000000000 --- a/src/Sylius/Bundle/ApiBundle/Resources/config/legacy_api_resources/CustomerPassword.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - sylius - input - - - - POST - /shop/customers/reset-password - Sylius\Bundle\ApiBundle\Command\Account\RequestResetPasswordToken - false - 202 - - - shop:reset_password:create - sylius:shop:reset_password:create - - - - Requests password reset. - - - - - - - PATCH - /shop/customers/reset-password/{token} - Sylius\Bundle\ApiBundle\Command\Account\ResetPassword - false - 202 - - - shop:reset_password:update - sylius:shop:reset_password:update - - - - Resets password. - - - - - - - - -