Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 947 Bytes

2021-11-04-added-delete-unused-guest-customer-command-and-task.md

File metadata and controls

16 lines (16 loc) · 947 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Added delete unused guest customer command and task
issue: NEXT-16234
author: Lennart Tinkloh
author_email: [email protected] 
author_github: @lernhart
---

Core

  • Added customer:delete-unused-guests command to manually delete unused guest customers.
  • Added customer.delete_unuesd_guests scheduled task to remove unused guest customers periodically.
  • Added core.loginRegistration.unusedGuestCustomerLifetime system config entry to control, when guest customers expire and be deleted.
  • Added Shopware\Core\Checkout\Customer\DeleteUnusedGuestCustomerService to delete guest customers with no orders.
  • Added Shopware\Core\Checkout\Customer\DeleteUnusedGuestCustomerTask.
  • Added Shopware\Core\Checkout\Customer\DeleteUnusedGuestCustomerHandler.
  • Added Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand.
  • Added Shopware\Core\Migration\V6_4\Migration1636018970UnusedGuestCustomerLifetime.