We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87f852 commit 068a4acCopy full SHA for 068a4ac
app/code/Magento/Downloadable/Observer/UpdateLinkPurchasedObserver.php
@@ -3,6 +3,7 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+declare(strict_types=1);
7
8
namespace Magento\Downloadable\Observer;
9
@@ -13,7 +14,7 @@
13
14
use Magento\Framework\Event\ObserverInterface;
15
16
/**
- * Update link purchased observer
17
+ * Assign Downloadable links to customer created after issuing guest order.
18
19
class UpdateLinkPurchasedObserver implements ObserverInterface
20
{
0 commit comments