Skip to content

Commit d421504

Browse files
committed
Fix the error that is wrong link title of a downloadable product when enabling "Use Default Value"
- Fix static code
1 parent e918d3b commit d421504

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

app/code/Magento/Downloadable/Model/Link/Builder.php

Lines changed: 1 addition & 0 deletions
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+
67
namespace Magento\Downloadable\Model\Link;
78

89
use Magento\Downloadable\Helper\File;

app/code/Magento/Downloadable/Model/Sample/Builder.php

Lines changed: 1 addition & 0 deletions
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+
67
namespace Magento\Downloadable\Model\Sample;
78

89
use Magento\Downloadable\Api\Data\SampleInterface;

app/code/Magento/Downloadable/Test/Unit/Model/Link/BuilderTest.php

Lines changed: 1 addition & 0 deletions
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+
67
namespace Magento\Downloadable\Test\Unit\Model\Link;
78

89
use Magento\Downloadable\Api\Data\LinkInterface;

app/code/Magento/Downloadable/Test/Unit/Model/Sample/BuilderTest.php

Lines changed: 1 addition & 0 deletions
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+
67
namespace Magento\Downloadable\Test\Unit\Model\Sample;
78

89
use Magento\Downloadable\Api\Data\SampleInterface;

0 commit comments

Comments
 (0)