Skip to content

Commit 068a4ac

Browse files
MAGETWO-98656: Purchasing a downloadable product as guest then creating an account on the onepagesuccess step doesn't link product with account
1 parent d87f852 commit 068a4ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Downloadable/Observer/UpdateLinkPurchasedObserver.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
namespace Magento\Downloadable\Observer;
89

@@ -13,7 +14,7 @@
1314
use Magento\Framework\Event\ObserverInterface;
1415

1516
/**
16-
* Update link purchased observer
17+
* Assign Downloadable links to customer created after issuing guest order.
1718
*/
1819
class UpdateLinkPurchasedObserver implements ObserverInterface
1920
{

0 commit comments

Comments
 (0)